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:
Tim Cava
2013-07-14 03:09:16 +00:00
parent a3b938dfd5
commit 27ed98a03d
4 changed files with 6 additions and 6 deletions

View File

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