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/recno | |
parent | 34ed8663d9c18d84be7e1207223eb7f60942a587 (diff) |
zap rcsid
Diffstat (limited to 'lib/libc/db/recno')
-rw-r--r-- | lib/libc/db/recno/rec_close.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_delete.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_get.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_open.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_put.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_search.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_seq.c | 10 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_utils.c | 5 |
8 files changed, 8 insertions, 67 deletions
diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c index d2dd6ba887a..dae2dc2ee40 100644 --- a/lib/libc/db/recno/rec_close.c +++ b/lib/libc/db/recno/rec_close.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_close.c,v 1.10 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_close.c,v 1.11 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_close.c 8.6 (Berkeley) 8/18/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_close.c,v 1.10 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/uio.h> #include <sys/mman.h> diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c index b720eea264a..bdef6b1800e 100644 --- a/lib/libc/db/recno/rec_delete.c +++ b/lib/libc/db/recno/rec_delete.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_delete.c,v 1.9 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_delete.c,v 1.10 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[] = "@(#)rec_delete.c 8.7 (Berkeley) 7/14/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_delete.c,v 1.9 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <errno.h> diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index 867c4903033..98995bb0089 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_get.c,v 1.9 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_get.c,v 1.10 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_get.c,v 1.9 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <errno.h> diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c index eb9f271d06f..02005cae25f 100644 --- a/lib/libc/db/recno/rec_open.c +++ b/lib/libc/db/recno/rec_open.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_open.c,v 1.10 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_open.c,v 1.11 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[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_open.c,v 1.10 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/mman.h> #include <sys/stat.h> diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c index 6b17901006f..708db159e1f 100644 --- a/lib/libc/db/recno/rec_put.c +++ b/lib/libc/db/recno/rec_put.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_put.c,v 1.9 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_put.c,v 1.10 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_put.c 8.7 (Berkeley) 8/18/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_put.c,v 1.9 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <errno.h> 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> diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c index ef88eccc39e..cf193aa1952 100644 --- a/lib/libc/db/recno/rec_seq.c +++ b/lib/libc/db/recno/rec_seq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rec_seq.c,v 1.7 2005/03/23 19:34:59 otto Exp $ */ +/* $OpenBSD: rec_seq.c,v 1.8 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94"; -#else -static const char rcsid[] = "$OpenBSD: rec_seq.c,v 1.7 2005/03/23 19:34:59 otto Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <errno.h> diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index 0212ee1936b..7e1f44be38f 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rec_utils.c,v 1.7 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: rec_utils.c,v 1.6 2005/03/23 19:34:59 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <stdio.h> |