Update VMS specifics.
authorJohn E. Malmberg <wb8tyw@qsl.net>
Mon, 3 Mar 2008 11:39:56 +0000 (12:39 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Mar 2008 11:39:56 +0000 (12:39 +0100)
ChangeLog
lib/getopt.c

index 9573a79..b32827a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
+
+       Update VMS specifics.
+       * lib/getopt.c [VMS]: Remove include of unixlib.h.
+
 2008-03-02  Jim Meyering  <meyering@redhat.com>
 
        Remove the last dependency on the "free" module.
index 3c23601..f1e6d1f 100644 (file)
@@ -2,7 +2,7 @@
    NOTE: getopt is now part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to drepper@gnu.org
    before changing it!
-   Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006
+   Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006,2008
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
 #include <string.h>
 #include <unistd.h>
 
-#ifdef __VMS
-# include <unixlib.h>
-#endif
-
 #ifdef _LIBC
 # include <libintl.h>
 #else