fix argument types for legacy function inet_makeaddr
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 03:17:24 +0000 (22:17 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 03:17:24 +0000 (22:17 -0500)
commitdbe221ecff2dd8a3d4d005d80b81064e156f8f4a
tree5665e93e53e9a9c35cf49aa98a3ba2f9ffe30141
parenteca335fc0453d3680fd9f112574919e13fab31d2
fix argument types for legacy function inet_makeaddr

the type int was taken from seemingly erroneous man pages. glibc uses
in_addr_t (uint32_t), and semantically, the arguments should be
unsigned.
include/arpa/inet.h
src/network/inet_legacy.c