summaryrefslogtreecommitdiffstats
path: root/libexec/getty
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
commit043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch)
treef40397532477c8cfb47b06e970b2b31312cba698 /libexec/getty
parentusing the rcsid is silly (diff)
downloadwireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz
wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/init.c7
-rw-r--r--libexec/getty/main.c13
-rw-r--r--libexec/getty/subr.c7
3 files changed, 3 insertions, 24 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index 43fa0637ae1..b274f6d46ef 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.6 2003/06/02 19:38:24 millert Exp $ */
+/* $OpenBSD: init.c,v 1.7 2009/10/27 23:59:31 deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -29,11 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$OpenBSD: init.c,v 1.6 2003/06/02 19:38:24 millert Exp $";
-#endif /* not lint */
-
/*
* Getty table initializations.
*
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 789376b6397..9ad71b01710 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.29 2008/02/09 10:13:34 mbalmer Exp $ */
+/* $OpenBSD: main.c,v 1.30 2009/10/27 23:59:31 deraadt Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -29,17 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-/*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/
-static char rcsid[] = "$OpenBSD: main.c,v 1.29 2008/02/09 10:13:34 mbalmer Exp $";
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/stat.h>
#include <termios.h>
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c
index ea51a45f8c7..b97c0074a9a 100644
--- a/libexec/getty/subr.c
+++ b/libexec/getty/subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr.c,v 1.18 2003/06/02 19:38:24 millert Exp $ */
+/* $OpenBSD: subr.c,v 1.19 2009/10/27 23:59:31 deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -29,11 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$OpenBSD: subr.c,v 1.18 2003/06/02 19:38:24 millert Exp $";
-#endif /* not lint */
-
/*
* Melbourne getty.
*/