From 29f3da7a25badcfdfae94cc1588d420b9c5386db Mon Sep 17 00:00:00 2001 From: shin Date: Thu, 30 Mar 2000 15:23:44 +0000 Subject: Correct FreeBSD id place. Also correct vendor rcsid. Specified by: bde Reviewed by: bde --- contrib/traceroute/traceroute.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/traceroute/traceroute.c b/contrib/traceroute/traceroute.c index f714490..b6501c0 100644 --- a/contrib/traceroute/traceroute.c +++ b/contrib/traceroute/traceroute.c @@ -17,16 +17,18 @@ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - * - * $FreeBSD$ */ #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996\n\ The Regents of the University of California. All rights reserved.\n"; +#if 0 +static const char rcsid[] = + "@(#)$Header: traceroute.c,v 1.43 96/09/27 20:08:10 leres Exp $ (LBL)"; +#endif static const char rcsid[] = - "@(#)$Header: /usr/local/FreeBSD/cvs/src/contrib/traceroute/traceroute.c,v 1.11 1999/06/25 21:48:40 archie Exp $ (LBL)"; + "$FreeBSD$"; #endif /* -- cgit v1.1