X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Finet_ntop.c;h=4d7ab9d9758428c003a74d9f85699d7fc6922e05;hb=952c8c56380734d45bddf369fe478895672c5a3a;hp=ec8c1bff539232c581fd10ef1d01c345442a2e35;hpb=7fb23e6083dbefa8eb4c554d8b2cd5a6292b2df4;p=git.git diff --git a/compat/inet_ntop.c b/compat/inet_ntop.c index ec8c1bff5..4d7ab9d97 100644 --- a/compat/inet_ntop.c +++ b/compat/inet_ntop.c @@ -93,7 +93,7 @@ inet_ntop6(src, dst, size) */ char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp; struct { int base, len; } best, cur; - u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; + unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; int i; /*