]> git.pld-linux.org Git - packages/php4.git/blame - php4-ac.patch
- rel 28; openssl 1.0.0 fix
[packages/php4.git] / php4-ac.patch
CommitLineData
430b9727 1--- php-4.4.8/ext/posix/posix.c.orig 2008-06-03 21:49:38.000000000 +0200
2+++ php-4.4.8/ext/posix/posix.c 2008-06-03 21:48:37.000000000 +0200
3@@ -35,6 +35,12 @@
4
5 #include <unistd.h>
6 #include <sys/resource.h>
7+/* We want domainname instead of __domainname */
8+#ifdef _GNU_SOURCE
9+#ifndef __USE_GNU
10+#define __USE_GNU
11+#endif
12+#endif
13 #include <sys/utsname.h>
14 #include <sys/types.h>
15 #include <sys/stat.h>
This page took 0.024951 seconds and 4 git commands to generate.