]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-sendfile.patch
- updated to 1.2.1
[packages/lighttpd.git] / lighttpd-sendfile.patch
CommitLineData
781a265b
MP
1--- lighttpd-1.1.7/src/network_backends.h 2004-04-11 19:57:08.000000000 +0000
2+++ lighttpd-1.1.7.mod/src/network_backends.h 2004-04-14 10:03:08.000000000 +0000
3@@ -5,7 +5,7 @@
a3f1eaf6 4
781a265b
MP
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__)
a3f1eaf6
MW
7-# define USE_LINUX_SENDFILE
8+/* # define USE_LINUX_SENDFILE */
9 # include <sys/sendfile.h>
10 # include <sys/uio.h>
11 #endif
This page took 0.031724 seconds and 4 git commands to generate.