type name consistency

windows-drag
Jack Lucas 2019-02-10 03:28:28 -05:00
parent 729518c5b1
commit 0c02a7c247
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ STRUCT: dirent
{ d_reclen __uint16_t } { d_reclen __uint16_t }
{ d_type uint8_t } { d_type uint8_t }
{ d_pad0 uint8_t } { d_pad0 uint8_t }
{ d_namlen u_int16_t } { d_namlen __uint16_t }
{ d_pad1 uint16_t } { d_pad1 __uint16_t }
{ d_name char[256] } ; { d_name char[256] } ;
CONSTANT: SOL_SOCKET 0xffff CONSTANT: SOL_SOCKET 0xffff