Add new patch to need for 2.5.1.

This commit is contained in:
Hajimu UMEMOTO 2015-04-24 15:31:17 +00:00
parent df754f8b22
commit 5958b7459c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384659

View file

@ -0,0 +1,14 @@
Index: lib/util.h
diff -u lib/util.h.orig lib/util.h
--- lib/util.h.orig 2015-04-23 13:51:33.000000000 +0900
+++ lib/util.h 2015-04-24 13:02:55.232366031 +0900
@@ -66,9 +66,7 @@
# endif /* HAVE_PCREPOSIX_H */
#endif /* ENABLE_REGEX */
-#ifndef __GNUC__
typedef int (*__compar_fn_t)(const void *, const void *);
-#endif
#define BIT32_MAX 4294967295U