commit | 9626dfd54c3cc4deec1c651a0bfee65b50feb78b | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Dec 05 09:59:59 2006 -0800 |
committer | Stephen Hemminger <shemminger@osdl.org> | Tue Dec 05 09:59:59 2006 -0800 |
tree | f69fedd3155bcb472397901164a1fb239c544382 | |
parent | ead2ba7008c9db02954dae6f180aed8770a0560d [diff] [blame] |
Add more includes Add more sanitized headers to make build work, and get rid of warning Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
diff --git a/lib/utils.c b/lib/utils.c index 4bdda71..773e959 100644 --- a/lib/utils.c +++ b/lib/utils.c
@@ -330,8 +330,8 @@ int inet_addr_match(const inet_prefix *a, const inet_prefix *b, int bits) { - __u32 *a1 = a->data; - __u32 *a2 = b->data; + const __u32 *a1 = a->data; + const __u32 *a2 = b->data; int words = bits >> 0x05; bits &= 0x1f;