diff options
Diffstat (limited to 'lib/libc/db/recno/rec_search.c')
-rw-r--r-- | lib/libc/db/recno/rec_search.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c index 3a20ff1d6e6..a609ca4f44a 100644 --- a/lib/libc/db/recno/rec_search.c +++ b/lib/libc/db/recno/rec_search.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_search.c,v 1.10 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_search.c,v 1.11 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_search.c 8.4 (Berkeley) 7/14/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_search.c,v 1.10 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <errno.h> |