From 0343d1a4aa2712e24719f3fef30fbec3bf632419 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 27 Oct 2009 23:59:59 +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 --- src/lib/libc/stdlib/lsearch.c | 6 +----- src/regress/lib/libc/db/dbtest.c | 16 +--------------- src/regress/lib/libc/hsearch/hsearchtest.c | 11 +---------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/src/lib/libc/stdlib/lsearch.c b/src/lib/libc/stdlib/lsearch.c index 0815430199..a01d80e008 100644 --- a/src/lib/libc/stdlib/lsearch.c +++ b/src/lib/libc/stdlib/lsearch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */ +/* $OpenBSD: lsearch.c,v 1.4 2009/10/27 23:59:59 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/src/regress/lib/libc/db/dbtest.c b/src/regress/lib/libc/db/dbtest.c index 8eda40d6b3..c28ec0db5e 100644 --- a/src/regress/lib/libc/db/dbtest.c +++ b/src/regress/lib/libc/db/dbtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $ */ +/* $OpenBSD: dbtest.c,v 1.12 2009/10/27 23:59:32 deraadt Exp $ */ /* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */ /*- @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; -#else -static char rcsid[] = "$OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $"; -#endif -#endif /* not lint */ - #include #include diff --git a/src/regress/lib/libc/hsearch/hsearchtest.c b/src/regress/lib/libc/hsearch/hsearchtest.c index 2972b54794..8659ef7e77 100644 --- a/src/regress/lib/libc/hsearch/hsearchtest.c +++ b/src/regress/lib/libc/hsearch/hsearchtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hsearchtest.c,v 1.1 2004/06/24 04:33:07 millert Exp $ */ +/* $OpenBSD: hsearchtest.c,v 1.2 2009/10/27 23:59:32 deraadt Exp $ */ /* $NetBSD: hsearchtest.c,v 1.5 2003/07/26 19:38:46 salo Exp $ */ /* @@ -39,15 +39,6 @@ * Test program for hsearch() et al. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static const char rcsid[] = "$OpenBSD: hsearchtest.c,v 1.1 2004/06/24 04:33:07 millert Exp $"; -#endif /* not lint */ - #include #include #include -- cgit v1.2.3-55-g6feb