Make the addrlen passed to my_accept() a socklen_t everywhere.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@278 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1552,7 +1552,7 @@ extern Window *BX_create_additional_screen (void)
|
||||
*termvar;
|
||||
int screen_type = ST_NOTHING;
|
||||
struct sockaddr_in NewSock;
|
||||
int NsZ;
|
||||
socklen_t NsZ;
|
||||
int s;
|
||||
fd_set fd_read;
|
||||
struct timeval timeout;
|
||||
|
||||
Reference in New Issue
Block a user