]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/info/unix/linux/linux.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / io / files / info / unix / linux / linux.factor
index 5a2b07f05433cd43a06be6d41df75bdb4e9286d7..00ef82e00d7957fe7dd48ff76f76e282eeabe293 100644 (file)
@@ -14,7 +14,7 @@ namelen ;
 M: linux new-file-system-info linux-file-system-info new ;
 
 M: linux file-system-statfs
-    \ statfs64 <struct> [ statfs64 io-error ] keep ;
+    \ statfs64 new [ statfs64 io-error ] keep ;
 
 M: linux statfs>file-system-info
     {
@@ -32,7 +32,7 @@ M: linux statfs>file-system-info
     } cleave ;
 
 M: linux file-system-statvfs
-    \ statvfs64 <struct> [ statvfs64 io-error ] keep ;
+    \ statvfs64 new [ statvfs64 io-error ] keep ;
 
 M: linux statvfs>file-system-info
     {