.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=107
This commit is contained in:
parent
65bb23d782
commit
467b2da9f7
19
bash-4.2.dif
19
bash-4.2.dif
@ -104,6 +104,15 @@
|
|||||||
int current_readline_line_index = 0;
|
int current_readline_line_index = 0;
|
||||||
|
|
||||||
static int
|
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
|
||||||
+++ shell.c 2006-03-27 12:15:25.000000000 +0000
|
+++ shell.c 2006-03-27 12:15:25.000000000 +0000
|
||||||
@@ -479,7 +479,7 @@ main (argc, argv, env)
|
@@ -479,7 +479,7 @@ main (argc, argv, env)
|
||||||
@ -173,6 +182,16 @@
|
|||||||
.PD
|
.PD
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Brian Fox, Free Software Foundation
|
Brian Fox, Free Software Foundation
|
||||||
|
--- support/man2html.c
|
||||||
|
+++ support/man2html.c 2011-11-25 17:07:28.895646776 +0000
|
||||||
|
@@ -77,6 +77,7 @@
|
||||||
|
#include <time.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <errno.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#define NULL_TERMINATED(n) ((n) + 1)
|
||||||
|
|
||||||
--- support/printenv.c
|
--- support/printenv.c
|
||||||
+++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000
|
+++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000
|
||||||
@@ -27,6 +27,7 @@
|
@@ -27,6 +27,7 @@
|
||||||
|
@ -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
|
Fri Nov 25 16:32:14 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user