tcp_wrappers: import from packages

This commit is contained in:
Peter Wagner
2014-06-30 15:35:29 +02:00
parent 4b1fad86f8
commit 48340d616f
5 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- a/scaffold.c
+++ b/scaffold.c
@@ -20,13 +20,12 @@ static char sccs_id[] = "@(#) scaffold.c
#include <syslog.h>
#include <setjmp.h>
#include <string.h>
+#include <stdlib.h>
#ifndef INADDR_NONE
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
#endif
-extern char *malloc();
-
/* Application-specific. */
#include "tcpd.h"