From b7fb238e0ec327db793aefa670ffedb8cbd63f0b Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Wed, 1 Oct 2014 11:54:54 -0600 Subject: starting bash bracnch for sles 11.1 --- SOURCES/bash-3.0-decl.patch | 10 ++++++++++ 1 file changed, 10 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..91a3aa6 --- /dev/null +++ b/SOURCES/bash-3.0-decl.patch @@ -0,0 +1,10 @@ +--- support/printenv.c ++++ support/printenv.c 2005-09-19 15:09:08.000000000 +0200 +@@ -24,6 +24,7 @@ + with Bash; see the file COPYING. If not, write to the Free Software + Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ + ++#include + extern char **environ; + + int -- cgit