fix typo in unix.statfs.freebsd

db4
Doug Coleman 2009-10-04 15:31:19 -05:00
parent 77860bc95d
commit 1ca81c3130
1 changed files with 1 additions and 1 deletions

View 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 ) ;