diff options
Diffstat (limited to 'bdb/os/os_root.c')
-rw-r--r-- | bdb/os/os_root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdb/os/os_root.c b/bdb/os/os_root.c index 753285c1be6..cd5bfc352e9 100644 --- a/bdb/os/os_root.c +++ b/bdb/os/os_root.c @@ -1,14 +1,14 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 1999, 2000 + * Copyright (c) 1999-2002 * Sleepycat Software. All rights reserved. */ #include "db_config.h" #ifndef lint -static const char revid[] = "$Id: os_root.c,v 11.4 2000/02/14 03:00:05 bostic Exp $"; +static const char revid[] = "$Id: os_root.c,v 11.6 2002/01/11 15:53:01 bostic Exp $"; #endif /* not lint */ #ifndef NO_SYSTEM_INCLUDES |