diff options
author | shin <shin@FreeBSD.org> | 2000-03-30 15:23:44 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-03-30 15:23:44 +0000 |
commit | 29f3da7a25badcfdfae94cc1588d420b9c5386db (patch) | |
tree | 2e98006ac252a929639a2b9f216b3d271a95473a /contrib/traceroute | |
parent | fa40de6c54faf29fa8e423fc2db9bdfed9f8c4a1 (diff) | |
download | FreeBSD-src-29f3da7a25badcfdfae94cc1588d420b9c5386db.zip FreeBSD-src-29f3da7a25badcfdfae94cc1588d420b9c5386db.tar.gz |
Correct FreeBSD id place. Also correct vendor rcsid.
Specified by: bde
Reviewed by: bde
Diffstat (limited to 'contrib/traceroute')
-rw-r--r-- | contrib/traceroute/traceroute.c | 8 |
1 files 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 /* |