diff options
Diffstat (limited to 'net/dnrd/files/patch-tcp.c')
-rw-r--r-- | net/dnrd/files/patch-tcp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dnrd/files/patch-tcp.c b/net/dnrd/files/patch-tcp.c new file mode 100644 index 000000000000..60aaa68ffbcd --- /dev/null +++ b/net/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> |