windows.winsock: port should be short, not sure if it should be PACKED-STRUCT or not.
parent
db3d5f48cc
commit
ff96ad9475
|
@ -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 } ;
|
||||||
|
|
|
@ -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 } ;
|
||||||
|
|
Loading…
Reference in New Issue