First diff from Andreas Schneider:

here are gcc4 signedness fixes for latest svn :)
This commit is contained in:
Zachary Slater 2005-08-31 18:00:00 +00:00
parent 23d08fae65
commit 06c73f5e59
7 changed files with 16 additions and 11 deletions

View file

@ -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;