diff options
author | lesniewskister <lesniewskister@users.noreply.github.com> | 2015-03-20 20:39:49 -0230 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-03-22 21:33:45 -0700 |
commit | c12e031530872d73a8315d26d42c14859cf9de8e (patch) | |
tree | 4802b84f5325140f097e2c4a035e3613aa5a7b45 | |
parent | aa22e80b1af500e5d6cdc0f7783537a768d0e373 (diff) | |
download | php-git-c12e031530872d73a8315d26d42c14859cf9de8e.tar.gz |
Reduce downstream patches
As per http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.6/patches/patch-ext_gd_libgd_gdcache_h?rev=1.1&content-type=text/x-cvsweb-markup
-rw-r--r-- | ext/gd/libgd/gdcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/libgd/gdcache.h b/ext/gd/libgd/gdcache.h index 6a6e892447..0c5f83d92a 100644 --- a/ext/gd/libgd/gdcache.h +++ b/ext/gd/libgd/gdcache.h @@ -41,7 +41,7 @@ /*********************************************************/ #include <stdlib.h> -#ifdef HAVE_MALLOC_H +#if (!defined(__OpenBSD__)) && HAVE_MALLOC_H #include <malloc.h> #endif #ifndef NULL |