db4
Doug Coleman 2008-10-22 21:43:19 -05:00
parent c9167e2ab2
commit b85b0f6820
1 changed files with 1 additions and 1 deletions
basis/unix/statfs/freebsd

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 )