summaryrefslogtreecommitdiff
path: root/net/netcat/patches/patch-ae
blob: 968bd4182bb69141a7ed92a2baed0b47d205f01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1 2002/08/21 06:31:57 simonb Exp $

--- data/xor.c.orig	Sun Feb 18 14:18:16 1996
+++ data/xor.c
@@ -14,6 +14,7 @@
    *Hobbit*, 960208 */
 
 #include <stdio.h>
+#include <string.h>
 #include <fcntl.h>
 
 char buf[8192];