diff options
Diffstat (limited to 'SOURCES/bash-3.0-decl.patch')
-rw-r--r-- | SOURCES/bash-3.0-decl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SOURCES/bash-3.0-decl.patch b/SOURCES/bash-3.0-decl.patch new file mode 100644 index 0000000..8994ae1 --- /dev/null +++ b/SOURCES/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 |