First check in

This commit is contained in:
2018-05-27 07:33:25 -05:00
commit 2c2c68bc80
7 changed files with 1196 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur a/scaffold.c b/scaffold.c
--- a/scaffold.c 1997-03-21 12:27:24.000000000 -0600
+++ b/scaffold.c 2018-05-27 07:19:17.211524884 -0500
@@ -25,8 +25,6 @@
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
#endif
-extern char *malloc();
-
/* Application-specific. */
#include "tcpd.h"

File diff suppressed because it is too large Load Diff

3
SRC/patches/README Normal file
View File

@@ -0,0 +1,3 @@
Place any patch files here and preface each with a
number indicating the order of execution. Patch
files are expected to use a .patch extension.