SOURCES: nginx-glibc28.patch (NEW) - +#include <limits.h> /* IO...

areq areq at pld-linux.org
Sun Jun 1 20:01:13 CEST 2008


Author: areq                         Date: Sun Jun  1 18:01:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- +#include <limits.h>             /* IOV_MAX */

---- Files affected:
SOURCES:
   nginx-glibc28.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nginx-glibc28.patch
diff -u /dev/null SOURCES/nginx-glibc28.patch:1.1
--- /dev/null	Sun Jun  1 20:01:13 2008
+++ SOURCES/nginx-glibc28.patch	Sun Jun  1 20:01:08 2008
@@ -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> 
================================================================


More information about the pld-cvs-commit mailing list