comparison src/proxy.c @ 10706:b221bc891e7a

[gaim-migrate @ 12291] sf patch #1162827, from Rian Hunter Fix a 64bit IPC dns child bug committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 20 Mar 2005 02:06:48 +0000
parents b256ce6b85b8
children 7672a83c04da
comparison
equal deleted inserted replaced
10705:194167d8a3b6 10706:b221bc891e7a
417 } 417 }
418 418
419 static void 419 static void
420 gaim_dns_childthread(int child_out, int child_in, dns_params_t *dns_params, gboolean show_debug) 420 gaim_dns_childthread(int child_out, int child_in, dns_params_t *dns_params, gboolean show_debug)
421 { 421 {
422 const int zero = 0; 422 const size_t zero = 0;
423 int rc; 423 int rc;
424 #if HAVE_GETADDRINFO 424 #if HAVE_GETADDRINFO
425 struct addrinfo hints, *res, *tmp; 425 struct addrinfo hints, *res, *tmp;
426 char servname[20]; 426 char servname[20];
427 #else 427 #else