summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/ipsend
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-12 15:05:00 +0000
committerbde <bde@FreeBSD.org>2001-10-12 15:05:00 +0000
commitb2d7aa6d5d09d792385a23c41680268a403f1ecd (patch)
treeb7c401dc1e82f892d82e978e9c7674c1ee975c61 /contrib/ipfilter/ipsend
parentbc2c059580701ed8d287420210628f918d5c1f22 (diff)
downloadFreeBSD-src-b2d7aa6d5d09d792385a23c41680268a403f1ecd.zip
FreeBSD-src-b2d7aa6d5d09d792385a23c41680268a403f1ecd.tar.gz
Fixed corruption of the vendor $Id$ to $FreeBSD$. Put $FreeBSD$ in
__FBSDID() and ifdefed away all vendor id stuff. This file should never have left the vendor branch; it is now identical with the vendor's version except for id fiddling.
Diffstat (limited to 'contrib/ipfilter/ipsend')
-rw-r--r--contrib/ipfilter/ipsend/iptests.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c
index 87b010a..b5b759a 100644
--- a/contrib/ipfilter/ipsend/iptests.c
+++ b/contrib/ipfilter/ipsend/iptests.c
@@ -74,10 +74,14 @@
#endif
#include "ipsend.h"
+#if 0
#if !defined(lint)
static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$FreeBSD$";
+static const char rcsid[] = "@(#)$Id: iptests.c,v 2.1.4.2 2001/07/15 22:00:14 darrenr Exp $";
#endif
+#endif
+
+__FBSDID("$FreeBSD$");
#define PAUSE() tv.tv_sec = 0; tv.tv_usec = 10000; \
OpenPOWER on IntegriCloud