Changeset 992

Show
Ignore:
Timestamp:
02/13/2006 07:22:00 PM (3 years ago)
Author:
jan
Message:

disable posix_fadvise support as 2.4.x kernels cause problems here.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-merge-1.4.x/src/network_linux_sendfile.c

    r991 r992  
    2323#include "log.h" 
    2424#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 
    2528 
    2629int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq) {