diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /lib/libc/db | |
parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) |
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/btree/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/db/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/docs/hash.usenix.ps | 2 | ||||
-rw-r--r-- | lib/libc/db/docs/libtp.usenix.ps | 2 | ||||
-rw-r--r-- | lib/libc/db/hash/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/man/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/man/mpool.3 | 2 | ||||
-rw-r--r-- | lib/libc/db/mpool/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/db/mpool/mpool.libtp | 2 | ||||
-rw-r--r-- | lib/libc/db/recno/Makefile.inc | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index f52c32cbcadaf..8ddf232354374 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:27 julian Exp $ # CFLAGS+=-D__DBINTERFACE_PRIVATE diff --git a/lib/libc/db/btree/Makefile.inc b/lib/libc/db/btree/Makefile.inc index 8dd8b9ae46b44..ef1c8e297b9d2 100644 --- a/lib/libc/db/btree/Makefile.inc +++ b/lib/libc/db/btree/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.2.2.1 1997/06/24 03:51:27 julian Exp $ .PATH: ${.CURDIR}/../libc/db/btree diff --git a/lib/libc/db/db/Makefile.inc b/lib/libc/db/db/Makefile.inc index bfb06d615cdcb..0b9ccbf8a51f7 100644 --- a/lib/libc/db/db/Makefile.inc +++ b/lib/libc/db/db/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:28 julian Exp $ .PATH: ${.CURDIR}/../libc/db/db diff --git a/lib/libc/db/docs/hash.usenix.ps b/lib/libc/db/docs/hash.usenix.ps index c884778830d2f..dcb73c1036301 100644 --- a/lib/libc/db/docs/hash.usenix.ps +++ b/lib/libc/db/docs/hash.usenix.ps @@ -7,7 +7,7 @@ % lib/psdit.pro -- prolog for psdit (ditroff) files % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % last edit: shore Sat Nov 23 20:28:03 1985 -% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $ +% RCSID: $Header: /home/ncvs/src/lib/libc/db/docs/hash.usenix.ps,v 1.1.1.1 1996/02/27 01:59:15 pst Exp $ % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics, % 17 Feb, 87. diff --git a/lib/libc/db/docs/libtp.usenix.ps b/lib/libc/db/docs/libtp.usenix.ps index ea821a9145e24..efd1975f3f3a3 100644 --- a/lib/libc/db/docs/libtp.usenix.ps +++ b/lib/libc/db/docs/libtp.usenix.ps @@ -7,7 +7,7 @@ % lib/psdit.pro -- prolog for psdit (ditroff) files % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % last edit: shore Sat Nov 23 20:28:03 1985 -% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $ +% RCSID: $Header: /home/ncvs/src/lib/libc/db/docs/libtp.usenix.ps,v 1.1.1.1 1996/02/27 01:59:15 pst Exp $ % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics, % 17 Feb, 87. diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc index fb36ddea272a1..fab58d7357e8e 100644 --- a/lib/libc/db/hash/Makefile.inc +++ b/lib/libc/db/hash/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:53 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:28 julian Exp $ .PATH: ${.CURDIR}/../libc/db/hash diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index 159406f71caad..3dba8597f25d9 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id:$ +# $Id: Makefile.inc,v 1.3.6.1 1997/06/24 03:51:29 julian Exp $ .PATH: ${.CURDIR}/../libc/db/man diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index e625dc4514b5a..687a68ef848b4 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mpool.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: mpool.3,v 1.2 1996/10/05 22:26:32 wosch Exp $ .\" .TH MPOOL 3 "June 4, 1993" .UC 7 diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc index 2592bf1b34410..0fc10a4b8bedd 100644 --- a/lib/libc/db/mpool/Makefile.inc +++ b/lib/libc/db/mpool/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:54 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:29 julian Exp $ .PATH: ${.CURDIR}/../libc/db/mpool diff --git a/lib/libc/db/mpool/mpool.libtp b/lib/libc/db/mpool/mpool.libtp index 8c0fc27a0f626..766467843c25d 100644 --- a/lib/libc/db/mpool/mpool.libtp +++ b/lib/libc/db/mpool/mpool.libtp @@ -1,6 +1,6 @@ /****************************************************************************** -VERSION $Id: buf.c,v 1.26 92/01/09 09:15:26 margo Exp $ +VERSION $Id: mpool.libtp,v 1.1.1.1 1996/02/27 01:59:06 pst Exp $ PACKAGE: User Level Shared Memory Manager DESCRIPTION: diff --git a/lib/libc/db/recno/Makefile.inc b/lib/libc/db/recno/Makefile.inc index b1add8d6723c8..7ee44f3e962bf 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 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:54 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:30 julian Exp $ .PATH: ${.CURDIR}/../libc/db/recno |