summaryrefslogtreecommitdiff
path: root/net/bounce/files/patch-01
blob: adf91f3d667673ac37f224618804ab10322543a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <sys/ioctl.h>
 #include <signal.h>
 #include <sys/wait.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
 
 #define    QLEN           5
 #define    DEFAULT_PORT   1523
 
 char sbuf[16384], cbuf[16384];
-extern int errno;
-extern char *sys_errlist[];
 
 void sigchld() {
   signal(SIGCHLD, sigchld);