]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/info/unix/unix.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / io / files / info / unix / unix.factor
index ef1f57db00f81f91d50accef94a3910b5b82fc94..c6cdfd846c9ceb2e807219172ab1b03c05adb4d5 100644 (file)
@@ -190,7 +190,7 @@ CONSTANT: ALL-EXECUTE   0o0000111
     unix-1970 time- duration>microseconds make-timeval ;
 
 : timestamps>byte-array ( timestamps -- byte-array )
-    [ [ timestamp>timeval ] [ \ timeval <struct> ] if* ] map
+    [ [ timestamp>timeval ] [ \ timeval new ] if* ] map
     timeval >c-array ;
 
 PRIVATE>