aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uname
diff options
context:
space:
mode:
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>