You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
356 B
18 lines
356 B
http://bugs.gentoo.org/show_bug.cgi?id=211499
|
|
|
|
--- a/gnu/getopt.c
|
|
+++ b/gnu/getopt.c
|
|
@@ -69,12 +69,7 @@
|
|
#include <unistd.h>
|
|
#endif /* GNU C library. */
|
|
|
|
-#ifdef VMS
|
|
-#include <unixlib.h>
|
|
-#if HAVE_STRING_H - 0
|
|
#include <string.h>
|
|
-#endif
|
|
-#endif
|
|
|
|
#if defined (WIN32) && !defined (__CYGWIN32__)
|
|
/* It's not Unix, really. See? Capital letters. */
|