diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libc/db/recno | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'lib/libc/db/recno')
-rw-r--r-- | lib/libc/db/recno/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/extern.h | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_close.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_delete.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_get.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_open.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_put.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_search.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_seq.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/rec_utils.c | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/recno.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/db/recno/Makefile.inc b/lib/libc/db/recno/Makefile.inc index 6e08e3f303bdc..a2fd079905cb1 100644 --- a/lib/libc/db/recno/Makefile.inc +++ b/lib/libc/db/recno/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/db/recno/Makefile.inc,v 1.4.38.1 2010/02/10 00:26:20 kensmith Exp $ .PATH: ${.CURDIR}/db/recno diff --git a/lib/libc/db/recno/extern.h b/lib/libc/db/recno/extern.h index 53916bd4861a5..eaa22d05f4268 100644 --- a/lib/libc/db/recno/extern.h +++ b/lib/libc/db/recno/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 6/4/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/db/recno/extern.h,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "../btree/extern.h" diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c index 7da037657ace7..f78473653d27f 100644 --- a/lib/libc/db/recno/rec_close.c +++ b/lib/libc/db/recno/rec_close.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rec_close.c 8.6 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_close.c,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c index 8036013a80255..035e597524f0d 100644 --- a/lib/libc/db/recno/rec_delete.c +++ b/lib/libc/db/recno/rec_delete.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rec_delete.c 8.7 (Berkeley) 7/14/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_delete.c,v 1.3.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index e28c2a10a1a18..1ccb8c34bf9ee 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_get.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c index f7119b2f8409e..dc0871b6c2bb9 100644 --- a/lib/libc/db/recno/rec_open.c +++ b/lib/libc/db/recno/rec_open.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_open.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c index 336f47469f4fb..9a707972a5f56 100644 --- a/lib/libc/db/recno/rec_put.c +++ b/lib/libc/db/recno/rec_put.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rec_put.c 8.7 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_put.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c index 377a59baafa91..b9f8748192744 100644 --- a/lib/libc/db/recno/rec_search.c +++ b/lib/libc/db/recno/rec_search.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rec_search.c 8.4 (Berkeley) 7/14/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_search.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c index 85465fac592f9..56fb512a90451 100644 --- a/lib/libc/db/recno/rec_seq.c +++ b/lib/libc/db/recno/rec_seq.c @@ -32,7 +32,7 @@ /* XXX use __SCCSID */ static char sccsid[] __unused = "@(#)rec_seq.c 8.3 (Berkeley) 7/14/94"; #endif /* not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_seq.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index 885ef712f572b..1770d5a99b486 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/recno/rec_utils.c,v 1.3.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h index 5c561703637a2..872a2f9f23440 100644 --- a/lib/libc/db/recno/recno.h +++ b/lib/libc/db/recno/recno.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)recno.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/db/recno/recno.h,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $ */ enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ |