windows.winsock: port should be short, not sure if it should be PACKED-STRUCT or not.

db4
John Benediktsson 2013-09-26 14:02:08 -07:00
parent db3d5f48cc
commit ff96ad9475
2 changed files with 2 additions and 2 deletions
basis/windows/winsock

View File

@ -4,5 +4,5 @@ IN: windows.winsock.32
STRUCT: servent STRUCT: servent
{ name c-string } { name c-string }
{ aliases void* } { aliases void* }
{ port int } { port short }
{ proto c-string } ; { proto c-string } ;

View File

@ -5,4 +5,4 @@ STRUCT: servent
{ name c-string } { name c-string }
{ aliases void* } { aliases void* }
{ proto c-string } { proto c-string }
{ port int } ; { port short } ;