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.
This commit is contained in:
Bruce Evans 2001-10-12 15:05:00 +00:00
parent 7a29d7da50
commit 62601deb33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84843

View File

@ -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; \