git: 2ed058b54ee2 - stable/14 - traceroute: remove rcsid tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 May 2025 06:44:49 UTC
The branch stable/14 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=2ed058b54ee26820d5e59dddcf61c90f9c48e8ad
commit 2ed058b54ee26820d5e59dddcf61c90f9c48e8ad
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2024-02-03 13:24:26 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-05-21 06:27:46 +0000
traceroute: remove rcsid tags
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1100
(cherry picked from commit 3f0b108924428ff91f2640de5f01df0d0bf45253)
---
usr.sbin/traceroute/findsaddr-socket.c | 5 -----
usr.sbin/traceroute/ifaddrlist.c | 5 -----
usr.sbin/traceroute/traceroute.c | 12 ------------
3 files changed, 22 deletions(-)
diff --git a/usr.sbin/traceroute/findsaddr-socket.c b/usr.sbin/traceroute/findsaddr-socket.c
index b1a2903f4636..8a25c4641349 100644
--- a/usr.sbin/traceroute/findsaddr-socket.c
+++ b/usr.sbin/traceroute/findsaddr-socket.c
@@ -35,11 +35,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 f9a72b28d4a7..796986c9d5b4 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 abc96ce5b139..49c9e030fc1e 100644
--- a/usr.sbin/traceroute/traceroute.c
+++ b/usr.sbin/traceroute/traceroute.c
@@ -19,18 +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
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
* traceroute host - trace the route ip packets follow going to "host".
*