diff options
author | delphij <delphij@FreeBSD.org> | 2009-06-24 01:15:10 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-06-24 01:15:10 +0000 |
commit | 23ecae66740482a94fec1b18088b4ad965763647 (patch) | |
tree | 8e3b0b706494ccfdbce26ab26511492424fe9103 | |
parent | f58c02a24167ed88b74fe30fbdccc619e10aa189 (diff) | |
download | FreeBSD-src-23ecae66740482a94fec1b18088b4ad965763647.zip FreeBSD-src-23ecae66740482a94fec1b18088b4ad965763647.tar.gz |
Update SCCS IDs for Berkeley DB 1.86 merge.
-rw-r--r-- | lib/libc/db/btree/bt_split.c | 2 | ||||
-rw-r--r-- | lib/libc/db/mpool/mpool.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index f9cb4d6..ca8b16a 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -31,7 +31,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)bt_split.c 8.9 (Berkeley) 7/26/94"; +static char sccsid[] = "@(#)bt_split.c 8.10 (Berkeley) 1/9/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/lib/libc/db/mpool/mpool.c b/lib/libc/db/mpool/mpool.c index 18bf8da..c3a19e0 100644 --- a/lib/libc/db/mpool/mpool.c +++ b/lib/libc/db/mpool/mpool.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)mpool.c 8.5 (Berkeley) 7/26/94"; +static char sccsid[] = "@(#)mpool.c 8.7 (Berkeley) 11/2/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |