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