pkgsrc/net/netcat/patches/patch-aa
abs aedfee3c95 Update netcat to netcat-1.10nb1
Merge two netcat.c patches into a single patch file, remove unneccessary
call to res_init() and pass correct make options for Linux and (untested)
Solaris.
2002-10-08 14:29:36 +00:00

12 lines
330 B
Text

$NetBSD: patch-aa,v 1.2 2002/10/08 14:29:36 abs Exp $
--- data/data.c.orig Tue Feb 27 13:43:48 1996
+++ data/data.c
@@ -16,6 +16,7 @@
*Hobbit*, started 951004 or so and randomly screwed around with since */
#include <stdio.h>
+#include <string.h>
#ifdef MSDOS /* for MSC only at the moment... */
#include <fcntl.h>