From 59da1b4ff690b7de791f90a2376f6b75a548e5ed Mon Sep 17 00:00:00 2001 From: emes Date: Sun, 5 Sep 2004 11:59:24 +0000 Subject: [PATCH] - patch for temporary elimination of LINUX_SENDFILE on amd64 platform, author is working on it. Changed files: lighttpd-amd64-LINUX_SENDFILE-temporary.patch -> 1.1 --- lighttpd-amd64-LINUX_SENDFILE-temporary.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lighttpd-amd64-LINUX_SENDFILE-temporary.patch diff --git a/lighttpd-amd64-LINUX_SENDFILE-temporary.patch b/lighttpd-amd64-LINUX_SENDFILE-temporary.patch new file mode 100644 index 0000000..99fce83 --- /dev/null +++ b/lighttpd-amd64-LINUX_SENDFILE-temporary.patch @@ -0,0 +1,12 @@ +--- src/network_backends.h~ 2004-06-23 20:18:51.000000000 +0000 ++++ src/network_backends.h 2004-09-05 11:48:59.869628504 +0000 +@@ -5,7 +5,9 @@ + + /* on linux 2.4.x you get either sendfile or LFS */ + #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && (!defined _LARGEFILE_SOURCE || defined HAVE_SENDFILE64) && defined HAVE_WRITEV && defined(__linux__) && !defined HAVE_SENDFILE_BROKEN ++/* it is brokem on amd64, jan is working to fix it + # define USE_LINUX_SENDFILE ++*/ + # include + # include + #endif -- 2.44.0