* gnulib-local/lib/execute.c.diff: Remove file.
* gnulib-local/lib/spawn-pipe.c.diff: Remove file.
* gnulib-local/tests/test-environ.c.diff: Remove file.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove them.
lib/error.h.diff \
lib/error-progname.c \
lib/error-progname.h \
-lib/execute.c.diff \
lib/exitfail.h.diff \
lib/fd-ostream.oo.c \
lib/fd-ostream.oo.h \
lib/ostream.oo.h \
lib/progname.h.diff \
lib/regex_internal.h.diff \
-lib/spawn-pipe.c.diff \
lib/styled-ostream.oo.c \
lib/styled-ostream.oo.h \
lib/termcap.h \
modules/xalloc-die \
modules/xerror \
modules/xgetcwd \
-tests/test-environ.c.diff \
tests/test-moo-aroot.oo.c \
tests/test-moo-aroot.oo.h \
tests/test-moo-assign.c \
+++ /dev/null
-diff --git a/execute.c b/execute.c
-index 15a487b..489abf5 100644
---- a/execute.c
-+++ b/execute.c
-@@ -48,6 +48,13 @@
-
- #endif
-
-+/* environ is the exported symbol referencing the internal
-+ __cygwin_environ variable on cygwin64:
-+ <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
-+#if defined __CYGWIN__ && defined __x86_64__
-+extern DLL_VARIABLE char **environ;
-+#endif
-+
-
- #if defined EINTR && (defined _WIN32 && ! defined __CYGWIN__)
-
+++ /dev/null
-diff --git a/spawn-pipe.c b/spawn-pipe.c
-index 656980d..b7fa95b 100644
---- a/spawn-pipe.c
-+++ b/spawn-pipe.c
-@@ -48,6 +48,13 @@
-
- #endif
-
-+/* environ is the exported symbol referencing the internal
-+ __cygwin_environ variable on cygwin64:
-+ <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
-+#if defined __CYGWIN__ && defined __x86_64__
-+extern DLL_VARIABLE char **environ;
-+#endif
-+
-
- #ifdef EINTR
-
+++ /dev/null
-diff --git a/test-environ.c b/test-environ.c
-index 46a2eab..8afecb7 100644
---- a/test-environ.c
-+++ b/test-environ.c
-@@ -22,6 +22,13 @@
-
- #include <string.h>
-
-+/* environ is the exported symbol referencing the internal
-+ __cygwin_environ variable on cygwin64:
-+ <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
-+#if defined __CYGWIN__ && defined __x86_64__
-+extern DLL_VARIABLE char **environ;
-+#endif
-+
- int
- main ()
- {