diff options
Diffstat (limited to 'gl/getopt.c')
| -rw-r--r-- | gl/getopt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gl/getopt.c b/gl/getopt.c index 3c236019..f1e6d1f7 100644 --- a/gl/getopt.c +++ b/gl/getopt.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | NOTE: getopt is now part of the C library, so if you don't know what | 2 | NOTE: getopt is now part of the C library, so if you don't know what |
| 3 | "Keep this file name-space clean" means, talk to drepper@gnu.org | 3 | "Keep this file name-space clean" means, talk to drepper@gnu.org |
| 4 | before changing it! | 4 | before changing it! |
| 5 | Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006 | 5 | Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006,2008 |
| 6 | Free Software Foundation, Inc. | 6 | Free Software Foundation, Inc. |
| 7 | This file is part of the GNU C Library. | 7 | This file is part of the GNU C Library. |
| 8 | 8 | ||
| @@ -30,10 +30,6 @@ | |||
| 30 | #include <string.h> | 30 | #include <string.h> |
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |
| 32 | 32 | ||
| 33 | #ifdef __VMS | ||
| 34 | # include <unixlib.h> | ||
| 35 | #endif | ||
| 36 | |||
| 37 | #ifdef _LIBC | 33 | #ifdef _LIBC |
| 38 | # include <libintl.h> | 34 | # include <libintl.h> |
| 39 | #else | 35 | #else |
