-
- Downloads
Why are resolve_ip() and rblchk() returning the (sometimes 64-bit) ulong?
Or even weirder, u_long? And dereffing a ulong/u_long pointer where you expect to find an IPv4 address? Yet even weirder still. Fix that spit: It appears in_addr_t is defined on all platforms (?), so use that type instead.