diff options
author | Anatol Belski <ab@php.net> | 2014-05-04 21:34:17 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-05-04 21:34:17 +0200 |
commit | 06ae920165bcedfa2f229ca1da82e51aa1b44e2f (patch) | |
tree | 3f20d5cef8b2a5663c532da12ca86c6b241e73be | |
parent | 031cafd4e2670992f5e45d281ab3a5eb666748c5 (diff) | |
download | php-git-06ae920165bcedfa2f229ca1da82e51aa1b44e2f.tar.gz |
updated libmagic.patch
-rw-r--r-- | ext/fileinfo/libmagic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/fileinfo/libmagic.patch b/ext/fileinfo/libmagic.patch index fa708b6c83..662537bf7f 100644 --- a/ext/fileinfo/libmagic.patch +++ b/ext/fileinfo/libmagic.patch @@ -3286,4 +3286,16 @@ diff -u libmagic.orig/softmagic.c libmagic/softmagic.c break; } case FILE_INDIRECT: +diff -u libmagic.orig/strcasestr.c libmagic/strcasestr.c +--- libmagic.orig/strcasestr.c Thu Dec 5 17:57:50 2013 ++++ libmagic/strcasestr.c Sun May 4 21:29:20 2014 +@@ -37,6 +37,8 @@ + __RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $"); + #endif /* LIBC_SCCS and not lint */ + ++#include "php_stdint.h" ++ + #include <assert.h> + #include <ctype.h> + #include <string.h> |