aboutsummaryrefslogtreecommitdiff
path: root/db2/os/os_fid.c
diff options
context:
space:
mode:
Diffstat (limited to 'db2/os/os_fid.c')
-rw-r--r--db2/os/os_fid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/db2/os/os_fid.c b/db2/os/os_fid.c
index 6820b88786..cf48c01bd8 100644
--- a/db2/os/os_fid.c
+++ b/db2/os/os_fid.c
@@ -1,14 +1,14 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 1997
+ * Copyright (c) 1996, 1997, 1998
* Sleepycat Software. All rights reserved.
*/
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)os_fid.c 10.9 (Sleepycat) 10/24/97";
+static const char sccsid[] = "@(#)os_fid.c 10.11 (Sleepycat) 4/26/98";
#endif /* not lint */
#ifndef NO_SYSTEM_INCLUDES
@@ -16,7 +16,6 @@ static const char sccsid[] = "@(#)os_fid.c 10.9 (Sleepycat) 10/24/97";
#include <sys/stat.h>
#include <errno.h>
-#include <stdlib.h>
#include <string.h>
#include <time.h>
#endif