diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-25 23:22:10 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-25 23:22:10 +0100 |
commit | 68cd79636c809379825aa5546743161acb3fdaa0 (patch) | |
tree | a0ebdaecf5f6e23804c2d3c8b5f352d72e6e742f /gl/getopt.c | |
parent | 378e37ea89a6fe9809039488b590fadbdcd2d2ed (diff) | |
download | libtasn1-68cd79636c809379825aa5546743161acb3fdaa0.tar.gz libtasn1-68cd79636c809379825aa5546743161acb3fdaa0.tar.bz2 libtasn1-68cd79636c809379825aa5546743161acb3fdaa0.zip |
Update gnulib files.
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 3c23601..f1e6d1f 100644 --- a/gl/getopt.c +++ b/gl/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 |