diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 13:03:01 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 13:03:01 +0000 |
commit | 2e5736fc1eefdce6a145d0e39c35d79d64b1f7ef (patch) | |
tree | 4986147bffe639f512ae967932ef4eca48608392 /lib/libc/db/hash/hash_bigkey.c | |
parent | 34ed8663d9c18d84be7e1207223eb7f60942a587 (diff) |
zap rcsid
Diffstat (limited to 'lib/libc/db/hash/hash_bigkey.c')
-rw-r--r-- | lib/libc/db/hash/hash_bigkey.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index 2b67c093d19..4443ac9e0ed 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hash_bigkey.c,v 1.15 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: hash_bigkey.c,v 1.16 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94"; -#else -static const char rcsid[] = "$OpenBSD: hash_bigkey.c,v 1.15 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * PACKAGE: hash * DESCRIPTION: |