aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w
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/w
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/w')
-rw-r--r--usr.bin/w/Makefile1
-rw-r--r--usr.bin/w/extern.h2
-rw-r--r--usr.bin/w/pr_time.c3
-rw-r--r--usr.bin/w/proc_compare.c3
-rw-r--r--usr.bin/w/uptime.12
-rw-r--r--usr.bin/w/w.12
-rw-r--r--usr.bin/w/w.c3
7 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index 3c1d88e22518..ed0a887a53fc 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h
index c1dc3804bb7b..6e3ce23f2449 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)extern.h 8.1 (Berkeley) 6/6/93
*/
extern int use_ampm;
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c
index 7be11b777e79..aef8b5dfaa87 100644
--- a/usr.bin/w/pr_time.c
+++ b/usr.bin/w/pr_time.c
@@ -30,9 +30,6 @@
*/
-#ifndef lint
-static const char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94";
-#endif
#include <sys/types.h>
#include <sys/time.h>
diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c
index 1cbe5cfabb51..c19c65f6229c 100644
--- a/usr.bin/w/proc_compare.c
+++ b/usr.bin/w/proc_compare.c
@@ -30,9 +30,6 @@
*/
#if 0
-#ifndef lint
-static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1
index 16c16c0b5318..b93972d3f932 100644
--- a/usr.bin/w/uptime.1
+++ b/usr.bin/w/uptime.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)uptime.1 8.2 (Berkeley) 4/18/94
-.\"
.Dd August 18, 2020
.Dt UPTIME 1
.Os
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index 7f0d83032d4b..a92edc6f0059 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)w.1 8.1 (Berkeley) 6/6/93
-.\"
.Dd August 24, 2020
.Dt W 1
.Os
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 93f17b0f4ae3..35e3da26d1cb 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif
-#ifndef lint
-static const char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
-#endif
/*
* w - print system status (who and what)