traceroute: remove rcsid tags

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1100
This commit is contained in:
Lexi Winter 2024-02-03 13:24:26 +00:00 committed by Warner Losh
parent 6a6c5572c3
commit 3f0b108924
3 changed files with 0 additions and 20 deletions

View File

@ -33,11 +33,6 @@
/* XXX Yes this is WAY too complicated */
#ifndef lint
static const char rcsid[] =
"@(#) $Id: findsaddr-socket.c,v 1.1 2000/11/23 20:17:12 leres Exp $ (LBL)";
#endif
#include <sys/param.h>
#include <sys/file.h>
#include <sys/ioctl.h>

View File

@ -31,11 +31,6 @@
* SUCH DAMAGE.
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Id: ifaddrlist.c,v 1.9 2000/11/23 20:01:55 leres Exp $ (LBL)";
#endif
#include <sys/param.h>
#include <sys/file.h>
#include <sys/ioctl.h>

View File

@ -19,16 +19,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000\n\
The Regents of the University of California. All rights reserved.\n";
#if 0
static const char rcsid[] =
"@(#)$Id: traceroute.c,v 1.68 2000/12/14 08:04:33 leres Exp $ (LBL)";
#endif
#endif
/*
* traceroute host - trace the route ip packets follow going to "host".
*