diff options
Diffstat (limited to 'usr.sbin/ipftest/ipft_sn.c')
-rw-r--r-- | usr.sbin/ipftest/ipft_sn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ipftest/ipft_sn.c b/usr.sbin/ipftest/ipft_sn.c index 68978d8dc37..2e2b3370591 100644 --- a/usr.sbin/ipftest/ipft_sn.c +++ b/usr.sbin/ipftest/ipft_sn.c @@ -33,6 +33,10 @@ #include "ipt.h" #include "snoop.h" +#ifndef lint +static char rcsid[] = "$Id: ipft_sn.c,v 1.3 1996/07/18 04:59:24 dm Exp $"; +#endif + struct llc { int lc_sz; /* LLC header length */ int lc_to; /* LLC Type offset */ |