(original) (raw)

--- Modules/socketmodule.c.old 2004-04-11 06:10:03.000000000 -0600 +++ Modules/socketmodule.c 2004-08-12 10:19:12.507720392 -0600 @@ -2893,7 +2893,7 @@ struct in_addr buf; #else /* Have to use inet_addr() instead */ - unsigned long packed_addr; + in_addr_t packed_addr; #endif char *ip_addr;