Dr. Werner Fink 2011-11-25 17:50:33 +00:00 committed by Git OBS Bridge
parent 1aa79a2623
commit b3652ece74
2 changed files with 24 additions and 0 deletions

View File

@ -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 <time.h>
#include <sys/time.h>
#include <errno.h>
+#include <unistd.h>
#define NULL_TERMINATED(n) ((n) + 1)
--- support/printenv.c
+++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000
@@ -27,6 +27,7 @@

View File

@ -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