fix netbsd stat struct

db4
Doug Coleman 2008-10-20 01:14:07 -05:00
parent 0ad47e21c8
commit dc4a1bc902
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@ C-STRUCT: addrinfo
{ "addrinfo*" "next" } ;
C-STRUCT: dirent
{ "ino_t" "d_fileno" }
{ "__uint32_t" "d_fileno" }
{ "__uint16_t" "d_reclen" }
{ "__uint16_t" "d_namlen" }
{ "__uint8_t" "d_type" }
{ { "char" 512 } "d_name" } ;
{ "__uint8_t" "d_namlen" }
{ { "char" 256 } "d_name" } ;
: DT_UNKNOWN 0 ; inline
: DT_FIFO 1 ; inline