]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-amd64-LINUX_SENDFILE-temporary.patch
- patch for temporary elimination of LINUX_SENDFILE on amd64 platform, author is...
[packages/lighttpd.git] / lighttpd-amd64-LINUX_SENDFILE-temporary.patch
1 --- src/network_backends.h~     2004-06-23 20:18:51.000000000 +0000
2 +++ src/network_backends.h      2004-09-05 11:48:59.869628504 +0000
3 @@ -5,7 +5,9 @@
4  
5  /* on linux 2.4.x you get either sendfile or LFS */
6  #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && (!defined _LARGEFILE_SOURCE || defined HAVE_SENDFILE64) && defined HAVE_WRITEV && defined(__linux__) && !defined HAVE_SENDFILE_BROKEN
7 +/* it is brokem on amd64, jan is working to fix it
8  # define USE_LINUX_SENDFILE
9 +*/
10  # include <sys/sendfile.h>
11  # include <sys/uio.h>
12  #endif
This page took 0.035558 seconds and 3 git commands to generate.