diff --git a/bash-4.2.dif b/bash-4.2.dif index 498fec32..3623d971 100644 --- a/bash-4.2.dif +++ b/bash-4.2.dif @@ -104,6 +104,15 @@ int current_readline_line_index = 0; static int +@@ -5983,6 +5983,8 @@ save_input_line_state (ls) + /* force reallocation */ + shell_input_line = 0; + shell_input_line_size = shell_input_line_len = shell_input_line_index = 0; ++ ++ return ls; + } + + void --- shell.c +++ shell.c 2006-03-27 12:15:25.000000000 +0000 @@ -479,7 +479,7 @@ main (argc, argv, env) @@ -173,6 +182,16 @@ .PD .SH AUTHORS Brian Fox, Free Software Foundation +--- support/man2html.c ++++ support/man2html.c 2011-11-25 17:07:28.895646776 +0000 +@@ -77,6 +77,7 @@ + #include + #include + #include ++#include + + #define NULL_TERMINATED(n) ((n) + 1) + --- support/printenv.c +++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000 @@ -27,6 +27,7 @@ diff --git a/bash.changes b/bash.changes index c87c20ac..90167300 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 25 17:08:30 UTC 2011 - werner@suse.de + +- Make build check quiet + ------------------------------------------------------------------- Fri Nov 25 16:32:14 UTC 2011 - werner@suse.de