aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uname
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:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/uname
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
downloadsrc-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.tar.gz
src-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.zip
usr.bin: 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.bin/uname')
-rw-r--r--usr.bin/uname/Makefile1
-rw-r--r--usr.bin/uname/uname.12
-rw-r--r--usr.bin/uname/uname.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/uname/Makefile b/usr.bin/uname/Makefile
index e103f7fa9ac5..71ddbc3b6fb5 100644
--- a/usr.bin/uname/Makefile
+++ b/usr.bin/uname/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PACKAGE= runtime
PROG= uname
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1
index fde8756e0528..1b55f60bbaa8 100644
--- a/usr.bin/uname/uname.1
+++ b/usr.bin/uname/uname.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)uname.1 8.3 (Berkeley) 4/8/94
-.\"
.Dd September 14, 2022
.Dt UNAME 1
.Os
diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c
index fc1f34a3e3c6..b15eee1afaaf 100644
--- a/usr.bin/uname/uname.c
+++ b/usr.bin/uname/uname.c
@@ -41,9 +41,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif
-#ifndef lint
-static const char sccsid[] = "@(#)uname.c 8.2 (Berkeley) 5/4/95";
-#endif
#include <sys/param.h>
#include <sys/sysctl.h>