summaryrefslogtreecommitdiff
path: root/db/clib/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'db/clib/getcwd.c')
-rw-r--r--db/clib/getcwd.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/db/clib/getcwd.c b/db/clib/getcwd.c
index 10485f176..ec28f1fb6 100644
--- a/db/clib/getcwd.c
+++ b/db/clib/getcwd.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996-2003
+ * Copyright (c) 1996-2004
* Sleepycat Software. All rights reserved.
*/
/*
@@ -31,14 +31,12 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id: getcwd.c,v 11.15 2004/01/28 03:35:52 bostic Exp $
*/
#include "db_config.h"
-#ifndef lint
-static const char revid[] = "$Id: getcwd.c,v 11.14 2003/01/08 04:06:37 bostic Exp $";
-#endif /* not lint */
-
#ifndef NO_SYSTEM_INCLUDES
#include <sys/types.h>
#include <sys/stat.h>