From 043fbe51c197dbbcd422e917b65f765d8b5f8874 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 27 Oct 2009 23:59:19 +0000 Subject: 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 --- libexec/getty/init.c | 7 +------ libexec/getty/main.c | 13 +------------ libexec/getty/subr.c | 7 +------ 3 files changed, 3 insertions(+), 24 deletions(-) (limited to 'libexec/getty') 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 #include #include 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. */ -- cgit v1.2.3-59-g8ed1b