diff options
author | dm <dm@cvs.openbsd.org> | 1996-07-18 05:01:10 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-07-18 05:01:10 +0000 |
commit | 746e8c40786f598f5da99fed9714ae7961393281 (patch) | |
tree | 7fa485ff1f4c0076948de7742853326232fa0cc1 /usr.sbin/ipftest/ipft_sn.c | |
parent | 6764f712dd3ffd42fd940f9e87d2a9109743c72d (diff) |
ipfilter 3.1.0
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 */ |