diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-06-24 01:15:10 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-06-24 01:15:10 +0000 |
| commit | 47f8598e50d1612f2c205b36a013489c6993582f (patch) | |
| tree | 8e3b0b706494ccfdbce26ab26511492424fe9103 /lib/libc/db | |
| parent | fc35a1848136d42857d99aafe953c67781e37bbf (diff) | |
Notes
Diffstat (limited to 'lib/libc/db')
| -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 f9cb4d6a29c6..ca8b16af1085 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 18bf8daa4c74..c3a19e06a636 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$"); |
