diff options
author | 2005-08-05 13:02:59 +0000 | |
---|---|---|
committer | 2005-08-05 13:02:59 +0000 | |
commit | 53b37aa960c5e4c03a5a2e490de17e3dee91b98f (patch) | |
tree | b6b732a4bac59423102ec7a330f2ce864090ab8f /lib/libc/db/btree/bt_overflow.c | |
parent | - remove rcsid (diff) | |
download | wireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.tar.xz wireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.zip |
zap rcsid
Diffstat (limited to 'lib/libc/db/btree/bt_overflow.c')
-rw-r--r-- | lib/libc/db/btree/bt_overflow.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c index ff7fd38abdf..1867073b4e0 100644 --- a/lib/libc/db/btree/bt_overflow.c +++ b/lib/libc/db/btree/bt_overflow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt_overflow.c,v 1.8 2005/03/23 19:34:58 otto Exp $ */ +/* $OpenBSD: bt_overflow.c,v 1.9 2005/08/05 13:02:59 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94"; -#else -static const char rcsid[] = "$OpenBSD: bt_overflow.c,v 1.8 2005/03/23 19:34:58 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <stdio.h> |