commit | 8c328f1106cf0498333c2d8a96940e7b4581e316 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Tue Oct 05 21:01:23 2004 +0000 |
committer | hasso <hasso> | Tue Oct 05 21:01:23 2004 +0000 |
tree | 9bf24cca6a68a9dd5d4dda586484e497d0c19ca6 | |
parent | 98c91ac6ac085713c00af00a6ac41779be6b50b3 [diff] [blame] |
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.
diff --git a/lib/sockunion.c b/lib/sockunion.c index 039da1a..587b324 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c
@@ -704,7 +704,7 @@ int in6addr_cmp (struct in6_addr *addr1, struct in6_addr *addr2) { - int i; + unsigned int i; u_char *p1, *p2; p1 = (u_char *)addr1;