]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statvfs/linux/linux.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / unix / statvfs / linux / linux.factor
index bda1eb9605f2fbbd8f8830f8d8f7d937ce5ef7cd..d9df26833ac7058f484a04344b6cf066aa05a3fc 100644 (file)
@@ -17,7 +17,7 @@ STRUCT: statvfs64
     { f_namemax ulong }
     { __f_spare int[6] } ;
 
-FUNCTION: int statvfs64 ( c-string path, statvfs64* buf ) ;
+FUNCTION: int statvfs64 ( c-string path, statvfs64* buf )
 
 CONSTANT: ST_RDONLY 1        ! Mount read-only.
 CONSTANT: ST_NOSUID 2        ! Ignore suid and sgid bits.