diff options
Diffstat (limited to 'src/regress/lib/libc/db')
-rw-r--r-- | src/regress/lib/libc/db/dbtest.c | 16 |
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 | ||
34 | static 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 | ||
41 | static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; | ||
42 | #else | ||
43 | static 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 | ||