summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/ipv6-toolkit/patches/patch-tools__tcp6.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/ipv6-toolkit/patches/patch-tools__tcp6.c b/security/ipv6-toolkit/patches/patch-tools__tcp6.c
deleted file mode 100644
index 46d6e94de6e..00000000000
--- a/security/ipv6-toolkit/patches/patch-tools__tcp6.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-tools__tcp6.c,v 1.1 2013/08/24 16:12:24 agc Exp $
-
-Avoid uninitialised warnings
-
---- tools/tcp6.c 2013/08/22 16:58:54 1.1
-+++ tools/tcp6.c 2013/08/22 17:00:42
-@@ -286,6 +286,9 @@
- hoplimit=255;
- init_iface_data(&idata);
-
-+ pktinterval = 0;
-+ memset(&lastprobe, 0x0, sizeof(lastprobe));
-+
- while((r=getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) {
- option= r;
-