summaryrefslogtreecommitdiff
path: root/security/ipv6-toolkit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/ipv6-toolkit/patches/patch-aa')
-rw-r--r--security/ipv6-toolkit/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/ipv6-toolkit/patches/patch-aa b/security/ipv6-toolkit/patches/patch-aa
new file mode 100644
index 00000000000..ae808fdaa5e
--- /dev/null
+++ b/security/ipv6-toolkit/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.4 2013/04/18 04:23:17 agc Exp $
+
+avoid a warning from the compiler
+
+--- tools/scan6.c 2013/04/05 16:27:27 1.1
++++ tools/scan6.c 2013/04/05 16:28:20
+@@ -2666,7 +2666,7 @@
+
+ int load_vm_entries(struct scan_list *scan, struct scan_entry *dst, struct prefix4_entry *v4host){
+ unsigned int i;
+- u_int32_t mask32;
++ u_int32_t mask32 = 0xffffffff;
+ struct ether_addr ether;
+
+ /* VirtualBOX */