changeset 9752:40496da79331

Update VMS specifics.
author John E. Malmberg <wb8tyw@qsl.net>
date Mon, 03 Mar 2008 12:39:56 +0100
parents d185045bb021
children f8cfdd8ba484
files ChangeLog lib/getopt.c
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -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.
 
@@ -30,10 +30,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifdef __VMS
-# include <unixlib.h>
-#endif
-
 #ifdef _LIBC
 # include <libintl.h>
 #else