From 7b2f437b593ca7faaa26907bf985c34facda3696 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 30 Dec 1998 04:31:42 +0000 Subject: A little program to bounce tcp connections to another machine/port. --- net/bounce/files/patch-01 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/bounce/files/patch-01 (limited to 'net/bounce/files') diff --git a/net/bounce/files/patch-01 b/net/bounce/files/patch-01 new file mode 100644 index 0000000..adf91f3 --- /dev/null +++ b/net/bounce/files/patch-01 @@ -0,0 +1,19 @@ +--- bounce.c.orig Sun Sep 20 15:44:41 1998 ++++ bounce.c Sun Sep 20 15:46:04 1998 +@@ -20,13 +20,14 @@ + #include + #include + #include ++#include ++#include ++#include + + #define QLEN 5 + #define DEFAULT_PORT 1523 + + char sbuf[16384], cbuf[16384]; +-extern int errno; +-extern char *sys_errlist[]; + + void sigchld() { + signal(SIGCHLD, sigchld); -- cgit v1.1