+2004-05-27 Bruno Haible <bruno@clisp.org>
+
+ * execute.c (environ): Declare if needed.
+ * pipe.c (environ): Likewise.
+ Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
+
2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
* human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
/* Creation of autonomous subprocesses.
- Copyright (C) 2001-2003 Free Software Foundation, Inc.
+ Copyright (C) 2001-2004 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
#endif
+#ifndef HAVE_ENVIRON_DECL
+extern char **environ;
+#endif
+
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif