Imported Upstream version 2.6.1
This commit is contained in:
parent
459aaf9392
commit
a367d9bc54
178 changed files with 4651 additions and 3279 deletions
|
|
@ -452,7 +452,11 @@ static void parse_net(ctype_t *client)
|
|||
static void client_connect(stype_t *server)
|
||||
{
|
||||
struct sockaddr_storage csock;
|
||||
#if defined(__hpux) && !defined(_XOPEN_SOURCE_EXTENDED)
|
||||
int clen;
|
||||
#else
|
||||
socklen_t clen;
|
||||
#endif
|
||||
int fd;
|
||||
ctype_t *client;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue