diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:29:54 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:29:54 +0000 |
commit | d7aed56ac859d930e2cfcc5cbad5c90846bc9a76 (patch) | |
tree | 5df51f36a750a52ada42c35c2bcfe6ca3d0aa097 /usr.sbin | |
parent | 2ed1dc1686816983b1a90880f119a9bc545c96da (diff) |
reimplement whacked ipmon change
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ipmon/ipmon.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ipmon/ipmon.c b/usr.sbin/ipmon/ipmon.c index c65c7fb56df..006ab2317d6 100644 --- a/usr.sbin/ipmon/ipmon.c +++ b/usr.sbin/ipmon/ipmon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipmon.c,v 1.26 2001/01/17 07:26:59 fgsch Exp $ */ +/* $OpenBSD: ipmon.c,v 1.27 2001/01/30 04:29:53 kjell Exp $ */ /* * Copyright (C) 1993-2000 by Darren Reed. @@ -65,7 +65,7 @@ static const char rcsid[] = "@(#)$IPFilter: ipmon.c,v 2.12.2.8 2001/01/10 06:18: #include <ctype.h> #include <syslog.h> -#include <netinet/ip_compat.h> +#include <netinet/ip_fil_compat.h> #include <netinet/tcpip.h> #include <netinet/ip_fil.h> #include <netinet/ip_proxy.h> @@ -1012,6 +1012,7 @@ char *argv[]; openlog(s, LOG_NDELAY|LOG_PID, LOGFAC); s = NULL; opts |= OPT_SYSLOG; + log = NULL; break; case 'S' : opts |= OPT_STATE; |