summaryrefslogtreecommitdiff
path: root/db/db185
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-16 01:31:54 +0000
committerjbj <devnull@localhost>2004-10-16 01:31:54 +0000
commitd03f220fde879509cab2ac1c73b71b7efb52b737 (patch)
tree1e34bfadac0a6618d0e9a7933bad90063a785acf /db/db185
parent2dc699bfe049b9319ea3719f604d25940ff52004 (diff)
downloadrpm-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.gz
rpm-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.bz2
rpm-d03f220fde879509cab2ac1c73b71b7efb52b737.zip
... and in with the New ...
CVS patchset: 7471 CVS date: 2004/10/16 01:31:54
Diffstat (limited to 'db/db185')
-rw-r--r--db/db185/db185.c10
-rw-r--r--db/db185/db185_int.in4
2 files changed, 7 insertions, 7 deletions
diff --git a/db/db185/db185.c b/db/db185/db185.c
index d1c35501f..8399eac42 100644
--- a/db/db185/db185.c
+++ b/db/db185/db185.c
@@ -1,17 +1,17 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996-2003
+ * Copyright (c) 1996-2004
* Sleepycat Software. All rights reserved.
+ *
+ * $Id: db185.c,v 11.35 2004/03/24 20:37:35 bostic Exp $
*/
#include "db_config.h"
#ifndef lint
static const char copyright[] =
- "Copyright (c) 1996-2003\nSleepycat Software Inc. All rights reserved.\n";
-static const char revid[] =
- "$Id: db185.c,v 11.33 2003/05/05 19:54:58 bostic Exp $";
+ "Copyright (c) 1996-2004\nSleepycat Software Inc. All rights reserved.\n";
#endif
#ifndef NO_SYSTEM_INCLUDES
@@ -224,7 +224,7 @@ __db185_open(file, oflags, mode, type, openinfo)
* Store a reference so we can indirect from the DB 1.85 structure
* to the underlying DB structure, and vice-versa. This has to be
* done BEFORE the DB::open method call because the hash callback
- * is exercised as part of hash database initialiation.
+ * is exercised as part of hash database initialization.
*/
db185p->dbp = dbp;
dbp->api_internal = db185p;
diff --git a/db/db185/db185_int.in b/db/db185/db185_int.in
index 04faeaeca..f9bfdbba0 100644
--- a/db/db185/db185_int.in
+++ b/db/db185/db185_int.in
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997-2003
+ * Copyright (c) 1997-2004
* Sleepycat Software. All rights reserved.
*/
/*
@@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: db185_int.in,v 11.13 2003/01/08 04:15:06 bostic Exp $
+ * $Id: db185_int.in,v 11.14 2004/01/28 03:35:59 bostic Exp $
*/
#ifndef _DB185_INT_H_