diff options
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 6e08e3f303bd..1f097bf6d700 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.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ .PATH: ${.CURDIR}/db/recno diff --git a/lib/libc/db/recno/extern.h b/lib/libc/db/recno/extern.h index 53916bd4861a..82531cc0bd1e 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.10.1.8.1 2012/03/03 06:15:13 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 2d1ff846c4b0..3d478983fb44 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.11.2.1.8.1 2012/03/03 06:15:13 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 d799da282ceb..56c575bc978d 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.5.2.1.8.1 2012/03/03 06:15:13 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 b543d478b8f0..c4ed55c20bc0 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.8.2.1.8.1 2012/03/03 06:15:13 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 dd286c092ab6..6c64015ecaad 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.9.2.1.8.1 2012/03/03 06:15:13 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 441cced07335..e83bd3eae343 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.11.2.1.8.1 2012/03/03 06:15:13 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 8115e0f7db27..91b3fdb53e91 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.8.2.1.8.1 2012/03/03 06:15:13 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 42d98d7bbe50..47b8fccdd183 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.8.2.1.8.1 2012/03/03 06:15:13 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 39285a545a51..7f59e35395b6 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.6.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h index 5c561703637a..44f381ad96a7 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.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ |
