]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- +#include <limits.h> /* IOV_MAX */
authorareq <areq@pld-linux.org>
Sun, 1 Jun 2008 18:01:08 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx-glibc28.patch -> 1.1

nginx-glibc28.patch [new file with mode: 0644]

diff --git a/nginx-glibc28.patch b/nginx-glibc28.patch
new file mode 100644 (file)
index 0000000..63a3e64
--- /dev/null
@@ -0,0 +1,12 @@
+Index: src/os/unix/ngx_linux_config.h
+===================================================================
+--- src/os/unix/ngx_linux_config.h     (revision 1337)
++++ src/os/unix/ngx_linux_config.h     (working copy)
+@@ -47,6 +47,7 @@
+ #include <time.h>               /* tzset() */
+ #include <malloc.h>             /* memalign() */
++#include <limits.h>             /* IOV_MAX */
+ #include <sys/ioctl.h>
+ #include <sys/sysctl.h>
+ #include <crypt.h> 
This page took 0.034303 seconds and 4 git commands to generate.