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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user