From 62601deb33d58dd60027c1488516ba6051cde4b3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 12 Oct 2001 15:05:00 +0000 Subject: [PATCH] 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. --- contrib/ipfilter/ipsend/iptests.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c index 87b010a0e0c7..b5b759a3ec9b 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; \