diff options
author | Pete Travis <immanetize@fedoraproject.org> | 2014-10-01 11:59:35 -0600 |
---|---|---|
committer | Pete Travis <immanetize@fedoraproject.org> | 2014-10-01 11:59:35 -0600 |
commit | 4a895d111d1b13ddb624a8d055d217e695361447 (patch) | |
tree | 03c8d4640a38d58fbdc5c8ef5458a2613f55e3fb /SOURCES/bash-3.0-decl.patch | |
parent | f5afed3fb60ea2a362cfd696b9edf259ca33e1da (diff) | |
download | rpmbuild-sles11.2-bash.tar.gz rpmbuild-sles11.2-bash.tar.xz rpmbuild-sles11.2-bash.zip |
sles 11.2 bash, in wholesles11.2-bash
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 |