aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/accton
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/accton
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/accton')
-rw-r--r--usr.sbin/accton/Makefile1
-rw-r--r--usr.sbin/accton/accton.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile
index b03b32b3b67e..01abcda32e02 100644
--- a/usr.sbin/accton/Makefile
+++ b/usr.sbin/accton/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= accton
MAN= accton.8
diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c
index 367307311b9d..545a7543c1a3 100644
--- a/usr.sbin/accton/accton.c
+++ b/usr.sbin/accton/accton.c
@@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)accton.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/types.h>