diff options
Diffstat (limited to 'db/os/os_rpath.c')
-rw-r--r-- | db/os/os_rpath.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/db/os/os_rpath.c b/db/os/os_rpath.c index 1ebff0fc1..28a0a4826 100644 --- a/db/os/os_rpath.c +++ b/db/os/os_rpath.c @@ -1,16 +1,14 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 1997-2003 + * Copyright (c) 1997-2004 * Sleepycat Software. All rights reserved. + * + * $Id: os_rpath.c,v 11.9 2004/01/28 03:36:18 bostic Exp $ */ #include "db_config.h" -#ifndef lint -static const char revid[] = "$Id: os_rpath.c,v 11.8 2003/01/08 05:29:34 bostic Exp $"; -#endif /* not lint */ - #ifndef NO_SYSTEM_INCLUDES #include <string.h> #endif |