unix.statvfs.netbsd: update for C type parser change

db4
Slava Pestov 2009-09-28 19:38:00 -05:00
parent 6382aaabd5
commit 0b0a2c5ce4
1 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ STRUCT: statvfs
{ f_namemax ulong }
{ f_owner uid_t }
{ f_spare uint32_t[4] }
{ f_fstypename { "char" _VFS_NAMELEN } }
{ f_mntonname { "char" _VFS_MNAMELEN } }
{ f_mntfromname { "char" _VFS_MNAMELEN } } ;
{ f_fstypename { char _VFS_NAMELEN } }
{ f_mntonname { char _VFS_MNAMELEN } }
{ f_mntfromname { char _VFS_MNAMELEN } } ;
FUNCTION: int statvfs ( char* path, statvfs* buf ) ;