Make the namelen passed to getsockname() a socklen_t everywhere.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@280 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2013-07-14 03:26:00 +00:00
parent 80cfa9c5d8
commit e070369079
3 changed files with 3 additions and 3 deletions

View File

@@ -1170,7 +1170,7 @@ static int connect_to_server_direct (char *server_name, int port)
{
int new_des;
struct sockaddr_foobar *localaddr;
int address_len;
socklen_t address_len;
unsigned short this_sucks;