aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-01-08 07:02:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-01-08 07:02:07 +0000
commitcf67b27eccc58334ee50f92c6c0da37762511c80 (patch)
tree1cb2eebc4a90920ce757119aa8684c02c93ed385 /contrib
parent9610ca74510e9d5980976c5d4e351c0c6200e520 (diff)
Notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tcp_wrappers/inetcf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tcp_wrappers/inetcf.c b/contrib/tcp_wrappers/inetcf.c
index c288196a714e..1ace3527fc7c 100644
--- a/contrib/tcp_wrappers/inetcf.c
+++ b/contrib/tcp_wrappers/inetcf.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/*
* Routines to parse an inetd.conf or tlid.conf file. This would be a great
* job for a PERL script.
@@ -17,6 +18,7 @@ static char sccsid[] = "@(#) inetcf.c 1.7 97/02/12 02:13:23";
extern int errno;
extern void exit();
+extern char *malloc();
#include "tcpd.h"
#include "inetcf.h"