mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Closes: https://bugs.gentoo.org/686236 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
18 lines
356 B
Diff
18 lines
356 B
Diff
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. */
|