diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-08 07:33:39 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-08 07:33:39 +0000 |
commit | bb69c602cc2f10c794154716803997b4be82629b (patch) | |
tree | 2cde5c3c1bc187a00aeb76666582721b702642d7 /sbin/ipfstat | |
parent | 041e9d82c7484cc50036fc56939903735506cdf5 (diff) |
Prototype & Stylistic fixes for high -W gcc levels
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/fils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index f0896402065..aaece1b4b9c 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -26,8 +26,8 @@ #include <netinet/in_systm.h> #include <netinet/ip.h> #include <net/if.h> -#include "ip_fil.h" #include "ip_fil_compat.h" +#include "ip_fil.h" #include "ip_nat.h" #include "ip_frag.h" #include "ip_state.h" @@ -42,7 +42,7 @@ #ifndef lint static char sccsid[] = "@(#)fils.c 1.21 4/20/96 (C) 1993-1996 Darren Reed"; -static char rcsid[] = "$Id: fils.c,v 1.6 1996/07/18 05:08:09 dm Exp $"; +static char rcsid[] = "$Id: fils.c,v 1.7 1996/10/08 07:33:33 niklas Exp $"; #endif #ifdef _PATH_UNIX #define VMUNIX _PATH_UNIX |