summaryrefslogtreecommitdiff
path: root/net/netcat/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/netcat/patches/patch-ac')
-rw-r--r--net/netcat/patches/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/netcat/patches/patch-ac b/net/netcat/patches/patch-ac
index 0939bf11719..f6dd9da166a 100644
--- a/net/netcat/patches/patch-ac
+++ b/net/netcat/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.1 2002/08/21 06:31:57 simonb Exp $
+$NetBSD: patch-ac,v 1.2 2002/10/08 14:29:36 abs Exp $
---- data/data.c.orig Wed Feb 28 00:43:48 1996
-+++ data/data.c
-@@ -16,6 +16,7 @@
- *Hobbit*, started 951004 or so and randomly screwed around with since */
+--- data/xor.c.orig Sun Feb 18 03:18:16 1996
++++ data/xor.c
+@@ -14,6 +14,7 @@
+ *Hobbit*, 960208 */
#include <stdio.h>
+#include <string.h>
-
- #ifdef MSDOS /* for MSC only at the moment... */
#include <fcntl.h>
+
+ char buf[8192];