diff options
Diffstat (limited to 'sbin/ipf/ipsend/snit.c')
-rw-r--r-- | sbin/ipf/ipsend/snit.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/ipf/ipsend/snit.c b/sbin/ipf/ipsend/snit.c index 187299436d2d..6dc9df06714f 100644 --- a/sbin/ipf/ipsend/snit.c +++ b/sbin/ipf/ipsend/snit.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) @@ -39,10 +38,6 @@ #include "ipsend.h" -#if !defined(lint) -static const char sccsid[] = "@(#)snit.c 1.5 1/11/96 (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id$"; -#endif #define CHUNKSIZE 8192 #define BUFSPACE (4*CHUNKSIZE) |