]> gitweb.factorcode.org Git - factor.git/commitdiff
fix typo in unix.statfs.freebsd
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 4 Oct 2009 20:31:19 +0000 (15:31 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 4 Oct 2009 20:31:19 +0000 (15:31 -0500)
basis/unix/statfs/freebsd/freebsd.factor

index c9271ff00759e1cc1aa5f6890c7eee9188d9ac90..ae418e6eb469c09e5b5fcdd6147718fb9fa9eecd 100644 (file)
@@ -31,4 +31,4 @@ STRUCT: statfs
     { f_mntfromname { char MNAMELEN } }
     { f_mntonname { char MNAMELEN } } ;
 
-FUNCTION: int statfs ( char* path, statvfs* buf ) ;
+FUNCTION: int statfs ( char* path, statfs* buf ) ;