diff options
Diffstat (limited to 'code/unix/unix_net.c')
-rw-r--r-- | code/unix/unix_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/unix_net.c b/code/unix/unix_net.c index cfb984a..7eda309 100644 --- a/code/unix/unix_net.c +++ b/code/unix/unix_net.c @@ -159,7 +159,7 @@ qboolean Sys_GetPacket (netadr_t *net_from, msg_t *net_message) { int ret; struct sockaddr_in from; - int fromlen; + socklen_t fromlen; int net_socket; int protocol; int err; |