This commit is contained in:
christos 1998-03-05 18:23:31 +00:00
parent b1af8732b4
commit 15a8029930
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 <syslog.h>
#include <setjmp.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#ifndef INADDR_NONE