]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.4 patch 10
authorChet Ramey <chet.ramey@case.edu>
Fri, 20 Jan 2017 20:38:38 +0000 (15:38 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 20 Jan 2017 20:38:38 +0000 (15:38 -0500)
builtins/read.def
patchlevel.h

index 48fda3306820da614515a7109d33093cf0233047..33821f3f6c38399a00089d1dd8cdf2a3eeaf0832 100644 (file)
@@ -181,7 +181,8 @@ read_builtin (list)
      WORD_LIST *list;
 {
   register char *varname;
-  int size, i, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
+  int size, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
+  volatile int i;
   int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul;
   int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno;
   unsigned int tmsec, tmusec;
index 02f1d60661bd9a49db6de067149812fed7b2e9d2..8002af7092df8defdf9b412634e5235230357ee2 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 9
+#define PATCHLEVEL 10
 
 #endif /* _PATCHLEVEL_H_ */