Changes of Revision 3
[-] [+] | Added | bash-3.0-decl.patch |
@@ -0,0 +1,12 @@ +Index: support/printenv.c +=================================================================== +--- support/printenv.c.orig ++++ support/printenv.c +@@ -30,6 +30,7 @@ + + #include "bashansi.h" + ++#include <string.h> + extern char **environ; + + int |