freebsd-ports/net/dnrd/files/patch-tcp.c
Will Andrews ff049e43e4 Add dnrd 2.9, a proxy DNS daemon.
PR:		24107
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:33:51 +00:00

12 lines
269 B
C

--- 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>