summaryrefslogtreecommitdiff
path: root/dns/dnrd/files/patch-tcp.c
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 19:33:51 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 19:33:51 +0000
commitff049e43e41fa444ef0d5c27a750e9df6975a1f3 (patch)
tree26caa95d13648cc127d1260153e6228b40688b3c /dns/dnrd/files/patch-tcp.c
parentAdd mksunbootcd 1.0, a program to make ISO images suitible to boot on (diff)
Add dnrd 2.9, a proxy DNS daemon.
PR: 24107 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=39455
Diffstat (limited to 'dns/dnrd/files/patch-tcp.c')
-rw-r--r--dns/dnrd/files/patch-tcp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/dnrd/files/patch-tcp.c b/dns/dnrd/files/patch-tcp.c
new file mode 100644
index 000000000000..60aaa68ffbcd
--- /dev/null
+++ b/dns/dnrd/files/patch-tcp.c
@@ -0,0 +1,11 @@
+--- tcp.c.orig Sat Jan 6 14:53:45 2001
++++ tcp.c Sat Jan 6 14:53:51 2001
+@@ -23,7 +23,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <signal.h>
+-#include <wait.h>
++#include <sys/wait.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/fcntl.h>