fix stat struct on freebsd

db4
Doug Coleman 2009-08-30 20:25:57 -05:00
parent de94e49f06
commit 6867f2a806
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ STRUCT: stat
{ st_blocks blkcnt_t }
{ st_blksize blksize_t }
{ st_flags fflags_t }
{ st_gen _uint32_t }
{ st_gen __uint32_t }
{ st_lspare __int32_t }
{ st_birthtimespec timespec }
{ pad0 __int32_t[2] }