From 30411b6a9f250725c9e6649a9725b6d6a2938a3c Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 12 2021 06:13:41 +0000 Subject: Apply patch bash-4.4-patch-10.patch patch_name: bash-4.4-patch-10.patch present_in_specfile: true location_in_specfile: 10 --- diff --git a/builtins/read.def b/builtins/read.def index 48fda33..33821f3 100644 --- a/builtins/read.def +++ b/builtins/read.def @@ -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; diff --git a/patchlevel.h b/patchlevel.h index 02f1d60..8002af7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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_ */