diff options
-rw-r--r-- | libc/inet/inet_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index cc9537df5..a7d1844a7 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -48,7 +48,7 @@ __inet_network(const char *cp) register in_addr_t val, base, n; register char c; in_addr_t parts[4], *pp = parts; - register int i; + register unsigned int i; again: /* |