fix lame bug in netbsd statvfs code
parent
14377c6e36
commit
3f2907663f
|
@ -34,7 +34,7 @@ C-STRUCT: statvfs
|
|||
{ { "char" _VFS_MNAMELEN } "f_mntonname" }
|
||||
{ { "char" _VFS_MNAMELEN } "f_mntfromname" } ;
|
||||
|
||||
FUNCTION: int statvfs ( char* path, statvfs *buf ) ;
|
||||
FUNCTION: int statvfs ( char* path, statvfs* buf ) ;
|
||||
|
||||
TUPLE: netbsd-file-system-info < file-system-info
|
||||
flag bsize frsize io-size
|
||||
|
|
Loading…
Reference in New Issue