Changeset 992
- Timestamp:
- 02/13/2006 07:22:00 PM (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-merge-1.4.x/src/network_linux_sendfile.c
r991 r992 23 23 #include "log.h" 24 24 #include "stat_cache.h" 25 26 /* on linux 2.4.29 + debian/ubuntu we have crashes if this is enabled */ 27 #undef HAVE_POSIX_FADVISE 25 28 26 29 int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq) {

