From 15a802993004d308e767951cd5eccc304ed4298a Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 5 Mar 1998 18:23:31 +0000 Subject: [PATCH] WARNSify --- usr.sbin/tcpdmatch/Makefile | 3 +-- usr.sbin/tcpdmatch/tcpdmatch.c | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index 6378b981b5e0..9183fcd351a6 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 1998/01/09 08:11:50 perry Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/05 18:23:31 christos Exp $ # -WARNS?= 0 PROG= tcpdmatch SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c MAN= tcpdmatch.8 diff --git a/usr.sbin/tcpdmatch/tcpdmatch.c b/usr.sbin/tcpdmatch/tcpdmatch.c index c507dcee46c6..df492e01aadf 100644 --- a/usr.sbin/tcpdmatch/tcpdmatch.c +++ b/usr.sbin/tcpdmatch/tcpdmatch.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcpdmatch.c,v 1.3 1998/02/03 05:13:34 perry Exp $ */ +/* $NetBSD: tcpdmatch.c,v 1.4 1998/03/05 18:23:31 christos Exp $ */ /* * tcpdmatch - explain what tcpd would do in a specific case @@ -20,7 +20,7 @@ #if 0 static char sccsid[] = "@(#) tcpdmatch.c 1.5 96/02/11 17:01:36"; #else -__RCSID("$NetBSD: tcpdmatch.c,v 1.3 1998/02/03 05:13:34 perry Exp $"); +__RCSID("$NetBSD: tcpdmatch.c,v 1.4 1998/03/05 18:23:31 christos Exp $"); #endif #endif @@ -36,6 +36,7 @@ __RCSID("$NetBSD: tcpdmatch.c,v 1.3 1998/02/03 05:13:34 perry Exp $"); #include #include #include +#include #include #ifndef INADDR_NONE