diff options
Diffstat (limited to 'storage/bdb/clib/getopt.c')
-rw-r--r-- | storage/bdb/clib/getopt.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/storage/bdb/clib/getopt.c b/storage/bdb/clib/getopt.c index 3f6659ea6e6..527ee69678d 100644 --- a/storage/bdb/clib/getopt.c +++ b/storage/bdb/clib/getopt.c @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 1996-2002 + * 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: getopt.c,v 11.9 2004/01/28 03:35:52 bostic Exp $ */ #include "db_config.h" -#ifndef lint -static const char revid[] = "$Id: getopt.c,v 11.7 2002/01/11 15:51:28 bostic Exp $"; -#endif /* not lint */ - #ifndef NO_SYSTEM_INCLUDES #include <stdio.h> #include <stdlib.h> |