summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers/patches/patch-ai
blob: 059dc8e51204005c24b2ca7fe5cc7dc41468b3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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"