diff options
Diffstat (limited to 'db/clib/getopt.c')
-rw-r--r-- | db/clib/getopt.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/db/clib/getopt.c b/db/clib/getopt.c index 527ee6967..86b436809 100644 --- a/db/clib/getopt.c +++ b/db/clib/getopt.c @@ -1,8 +1,8 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 1996-2004 - * Sleepycat Software. All rights reserved. + * Copyright (c) 1996-2006 + * Oracle Corporation. All rights reserved. */ /* * Copyright (c) 1987, 1993, 1994 @@ -32,17 +32,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: getopt.c,v 11.9 2004/01/28 03:35:52 bostic Exp $ + * $Id: getopt.c,v 12.4 2006/08/24 14:45:10 bostic Exp $ */ #include "db_config.h" -#ifndef NO_SYSTEM_INCLUDES -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#endif - #include "db_int.h" int __db_getopt_reset; /* global reset for VxWorks. */ |