aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-02-03 13:24:26 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-08 16:52:42 +0000
commit3f0b108924428ff91f2640de5f01df0d0bf45253 (patch)
tree3d7e0820270028a1fcf0ebe76d55979c63a05dd4
parent6a6c5572c3411d3b4d5a423d3bb8d53026cb4355 (diff)
downloadsrc-3f0b108924428ff91f2640de5f01df0d0bf45253.tar.gz
src-3f0b108924428ff91f2640de5f01df0d0bf45253.zip
traceroute: remove rcsid tags
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1100
-rw-r--r--usr.sbin/traceroute/findsaddr-socket.c5
-rw-r--r--usr.sbin/traceroute/ifaddrlist.c5
-rw-r--r--usr.sbin/traceroute/traceroute.c10
3 files changed, 0 insertions, 20 deletions
diff --git a/usr.sbin/traceroute/findsaddr-socket.c b/usr.sbin/traceroute/findsaddr-socket.c
index a3f830e6aab7..48b0289f8e06 100644
--- a/usr.sbin/traceroute/findsaddr-socket.c
+++ b/usr.sbin/traceroute/findsaddr-socket.c
@@ -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>
diff --git a/usr.sbin/traceroute/ifaddrlist.c b/usr.sbin/traceroute/ifaddrlist.c
index 1b4b9db00c7f..e2b49292fbe7 100644
--- a/usr.sbin/traceroute/ifaddrlist.c
+++ b/usr.sbin/traceroute/ifaddrlist.c
@@ -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>
diff --git a/usr.sbin/traceroute/traceroute.c b/usr.sbin/traceroute/traceroute.c
index 594eedca8081..ec7a479afb7b 100644
--- a/usr.sbin/traceroute/traceroute.c
+++ b/usr.sbin/traceroute/traceroute.c
@@ -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".
*