Files
pkgsrc-ng/security/tcp_wrappers/patches/patch-ai
2013-09-26 17:14:40 +02:00

19 lines
400 B
Plaintext

$NetBSD: patch-ai,v 1.1 2006/01/27 17:33:55 joerg Exp $
--- inetcf.c.orig 2006-01-27 17:27:06.000000000 +0000
+++ inetcf.c
@@ -12,12 +12,10 @@ static char sccsid[] = "@(#) inetcf.c 1.
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#include <string.h>
-extern int errno;
-extern void exit();
-
#include "tcpd.h"
#include "inetcf.h"