git: update to 2.11.0
This commit is contained in:
11
git/src/git-2.11.0-stdint_h.patch
Normal file
11
git/src/git-2.11.0-stdint_h.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- git-2.11.0/compat/regex/regex.c.stdint_h 2016-11-29 22:06:51.000000000 +0100
|
||||
+++ git-2.11.0/compat/regex/regex.c 2016-12-20 22:58:12.054712000 +0100
|
||||
@@ -60,7 +60,7 @@
|
||||
GNU regex allows. Include it before <regex.h>, which correctly
|
||||
#undefs RE_DUP_MAX and sets it to the right value. */
|
||||
#include <limits.h>
|
||||
-#include <stdint.h>
|
||||
+#include <inttypes.h>
|
||||
|
||||
#ifdef GAWK
|
||||
#undef alloca
|
||||
@@ -1,11 +0,0 @@
|
||||
--- git-2.6.3/compat/regex/regcomp.c.no_stdint-h 2015-11-05 22:31:55.000000000 +0100
|
||||
+++ git-2.6.3/compat/regex/regcomp.c 2015-11-11 18:24:26.206399000 +0100
|
||||
@@ -18,7 +18,7 @@
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
02110-1301 USA. */
|
||||
|
||||
-#include <stdint.h>
|
||||
+#include <inttypes.h>
|
||||
|
||||
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
|
||||
size_t length, reg_syntax_t syntax);
|
||||
Reference in New Issue
Block a user