Mercurial > pidgin
comparison src/proxy.c @ 8512:c3414c5faf86
[gaim-migrate @ 9250]
ok, i think this finally fixes the nonsense where the 64bit *NIXes can't make up their mind what datatype to make stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sat, 27 Mar 2004 18:25:44 +0000 |
| parents | d8c2a7613290 |
| children | 92cbf9713795 |
comparison
equal
deleted
inserted
replaced
| 8511:29aa90459620 | 8512:c3414c5faf86 |
|---|---|
| 478 #if HAVE_GETADDRINFO | 478 #if HAVE_GETADDRINFO |
| 479 struct addrinfo hints, *res, *tmp; | 479 struct addrinfo hints, *res, *tmp; |
| 480 char servname[20]; | 480 char servname[20]; |
| 481 #else | 481 #else |
| 482 struct sockaddr_in sin; | 482 struct sockaddr_in sin; |
| 483 const socklen_t addrlen = sizeof(sin); | 483 const size_t addrlen = sizeof(sin); |
| 484 #endif | 484 #endif |
| 485 #ifdef HAVE_SIGNAL_H | 485 #ifdef HAVE_SIGNAL_H |
| 486 signal(SIGHUP, SIG_DFL); | 486 signal(SIGHUP, SIG_DFL); |
| 487 signal(SIGINT, SIG_DFL); | 487 signal(SIGINT, SIG_DFL); |
| 488 signal(SIGQUIT, SIG_DFL); | 488 signal(SIGQUIT, SIG_DFL); |
