From 8c328f1106cf0498333c2d8a96940e7b4581e316 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 5 Oct 2004 21:01:23 +0000 Subject: Number of warnings is down to 3 again in lib directory. A lot of const's added to strings and a lot of int -> unsigned int changes. --- lib/sockunion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sockunion.c') diff --git a/lib/sockunion.c b/lib/sockunion.c index 039da1a9..587b324a 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -704,7 +704,7 @@ sockunion_print (union sockunion *su) int in6addr_cmp (struct in6_addr *addr1, struct in6_addr *addr2) { - int i; + unsigned int i; u_char *p1, *p2; p1 = (u_char *)addr1; -- cgit v1.2.1