aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:56 +0000
commit8a7b61203704d362cfbc66c00619f51b24106b55 (patch)
tree848761cdd85113421cb67532a8998611846fb4ca /usr.sbin/route6d
parentbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (diff)
downloadsrc-8a7b61203704d362cfbc66c00619f51b24106b55.tar.gz
src-8a7b61203704d362cfbc66c00619f51b24106b55.zip
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'usr.sbin/route6d')
-rw-r--r--usr.sbin/route6d/Makefile1
-rw-r--r--usr.sbin/route6d/route6d.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
index 239aef44d8f0..03e54ad34e80 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= route6d
MAN= route6d.8
diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c
index 9aaf74c56249..07e721ad01f6 100644
--- a/usr.sbin/route6d/route6d.c
+++ b/usr.sbin/route6d/route6d.c
@@ -31,9 +31,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char _rcsid[] = "$KAME: route6d.c,v 1.104 2003/10/31 00:30:20 itojun Exp $";
-#endif
#include <sys/param.h>
#include <sys/file.h>