X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Finet_ntop.c;h=f44498258d4c2a0ebd1379ed818d9d04b56f0761;hb=f18b1c55e5b7478524c15685cd643555fc919f3f;hp=ec8c1bff539232c581fd10ef1d01c345442a2e35;hpb=95f5bddcd29f3406d9942a99807c063cc44181fc;p=git.git diff --git a/compat/inet_ntop.c b/compat/inet_ntop.c index ec8c1bff5..f44498258 100644 --- a/compat/inet_ntop.c +++ b/compat/inet_ntop.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -93,7 +92,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; /*