diff options
author | niklas <> | 2001-01-29 02:05:48 +0000 |
---|---|---|
committer | niklas <> | 2001-01-29 02:05:48 +0000 |
commit | 36645d5fbc055004af0f4972b18ebb6db6cd4100 (patch) | |
tree | 8c44d451baa682b572056b984697ade0424adf9b /src/regress/lib/libc/db/dbtest.c | |
parent | 68c2927b4d7475ddf9a91438c0df0a7d9802de22 (diff) | |
download | openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.gz openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.bz2 openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.zip |
$OpenBSD$
Diffstat (limited to 'src/regress/lib/libc/db/dbtest.c')
-rw-r--r-- | src/regress/lib/libc/db/dbtest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/db/dbtest.c b/src/regress/lib/libc/db/dbtest.c index 6ccfba5011..63e80524ec 100644 --- a/src/regress/lib/libc/db/dbtest.c +++ b/src/regress/lib/libc/db/dbtest.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: dbtest.c,v 1.6 2001/01/29 02:05:40 niklas Exp $ */ | ||
1 | /* $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 $ */ |
2 | 3 | ||
3 | /*- | 4 | /*- |
@@ -43,7 +44,7 @@ static char copyright[] = | |||
43 | #if 0 | 44 | #if 0 |
44 | static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; | 45 | static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; |
45 | #else | 46 | #else |
46 | static char rcsid[] = "$NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $"; | 47 | static char rcsid[] = "$OpenBSD: dbtest.c,v 1.6 2001/01/29 02:05:40 niklas Exp $"; |
47 | #endif | 48 | #endif |
48 | #endif /* not lint */ | 49 | #endif /* not lint */ |
49 | 50 | ||