diff options
Diffstat (limited to 'lib/libc/db/db/db.c')
-rw-r--r-- | lib/libc/db/db/db.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/db/db/db.c b/lib/libc/db/db/db.c index 41304771425..59a8604aef8 100644 --- a/lib/libc/db/db/db.c +++ b/lib/libc/db/db/db.c @@ -1,3 +1,5 @@ +/* $OpenBSD: db.c,v 1.3 1999/02/15 05:11:23 millert Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +34,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: db.c,v 1.2 1996/08/19 08:20:25 tholo Exp $"; +#if 0 +static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94"; +#else +static char rcsid[] = "$OpenBSD: db.c,v 1.3 1999/02/15 05:11:23 millert Exp $"; +#endif #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |