From 4a895d111d1b13ddb624a8d055d217e695361447 Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Wed, 1 Oct 2014 11:59:35 -0600 Subject: sles 11.2 bash, in whole --- SOURCES/bash-3.0-decl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SOURCES/bash-3.0-decl.patch (limited to 'SOURCES/bash-3.0-decl.patch') 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 + extern char **environ; + + int -- cgit