summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/db
diff options
context:
space:
mode:
authorderaadt <>2009-10-27 23:59:59 +0000
committerderaadt <>2009-10-27 23:59:59 +0000
commit0343d1a4aa2712e24719f3fef30fbec3bf632419 (patch)
tree8c1fc3bc69f85513a07c474b52156f2d4840c0dc /src/regress/lib/libc/db
parent85d0fda075749b22bc1a0bed26d0b6bdce4bf10b (diff)
downloadopenbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.tar.gz
openbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.tar.bz2
openbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.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 'src/regress/lib/libc/db')
-rw-r--r--src/regress/lib/libc/db/dbtest.c16
1 files changed, 1 insertions, 15 deletions
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 @@
1/* $OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $ */ 1/* $OpenBSD: dbtest.c,v 1.12 2009/10/27 23:59:32 deraadt Exp $ */
2/* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */ 2/* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */
3 3
4/*- 4/*-
@@ -30,20 +30,6 @@
30 * SUCH DAMAGE. 30 * SUCH DAMAGE.
31 */ 31 */
32 32
33#ifndef lint
34static char copyright[] =
35"@(#) Copyright (c) 1992, 1993, 1994\n\
36 The Regents of the University of California. All rights reserved.\n";
37#endif /* not lint */
38
39#ifndef lint
40#if 0
41static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94";
42#else
43static char rcsid[] = "$OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $";
44#endif
45#endif /* not lint */
46
47#include <sys/param.h> 33#include <sys/param.h>
48#include <sys/stat.h> 34#include <sys/stat.h>
49 35