]> git.pld-linux.org Git - packages/php.git/commitdiff
- include idn-int.h in Zend/zend_strtod.c
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 21 Dec 2004 07:48:05 +0000 (07:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-uint32_t.patch -> 1.1

php-uint32_t.patch [new file with mode: 0644]

diff --git a/php-uint32_t.patch b/php-uint32_t.patch
new file mode 100644 (file)
index 0000000..c6006d2
--- /dev/null
@@ -0,0 +1,12 @@
+adds missing include in zend_strtod.c (caused build to fail on sparc)
+
+--- php-5.0.3/Zend/zend_strtod.c~      2004-12-14 09:41:35.000000000 +0100
++++ php-5.0.3/Zend/zend_strtod.c       2004-12-21 08:45:10.050119856 +0100
+@@ -90,6 +90,7 @@
+  */
+ #include <zend_strtod.h>
++#include <idn-int.h>
+ #if defined(LIBC_SCCS) && !defined(lint)
+ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
This page took 0.048295 seconds and 4 git commands to generate.