]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/info/unix/macosx/macosx.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / io / files / info / unix / macosx / macosx.factor
index d78705b9226b0cd6b3618a88454ade673d3dc81b..3d258c42e57e46f209ef51fce06da75673201abc 100644 (file)
@@ -33,10 +33,10 @@ M: macosx file-systems
 M: macosx new-file-system-info macosx-file-system-info new ;
 
 M: macosx file-system-statfs
-    \ statfs64 <struct> [ statfs64-func io-error ] keep ;
+    \ statfs64 new [ statfs64-func io-error ] keep ;
 
 M: macosx file-system-statvfs
-    \ statvfs <struct> [ statvfs-func io-error ] keep ;
+    \ statvfs new [ statvfs-func io-error ] keep ;
 
 M: macosx statfs>file-system-info
     {