Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-10-22 22:03:00 -05:00
commit d7cbf8b1f3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ C-STRUCT: statvfs
FUNCTION: int statvfs ( char* path, statvfs* buf ) ;
TUPLE: freebsd-file-system-info < file-system-info
bavail bfree blocks favail ffree ffiles
bavail bfree blocks favail ffree files
bsize flag frsize fsid namemax ;
M: freebsd >file-system-info ( struct -- statfs )