]> git.sesse.net Git - betaftpd/commit
Multiple fixes for sendfile() where running kernel is not the same on the compilation...
authorsgunderson <sgunderson>
Sat, 2 Sep 2000 15:08:30 +0000 (15:08 +0000)
committersgunderson <sgunderson>
Sat, 2 Sep 2000 15:08:30 +0000 (15:08 +0000)
commite2f3b5bb424d135afb31af195ac5af45be7b75eb
tree9b808549e46f8864a04c358eaa49d18371257ee1
parent4a933cfe7f8cd1fca64f94884efee8f973221c83
Multiple fixes for sendfile() where running kernel is not the same on the compilation machine and the running machine (mainly packages): sendfile() support is checked more thoroughly for (a runtime check at configure checking that we just don't have a libc wrapper). A sendfile()-enabled version can now also survive without sendfile(). There is a new flag (--with(out)-linux-sendfile) that forces the status to on/off (both RH and Debian packages now supply this flag).
betaftpd.spec
configure
configure.in
debian/rules
ftpd.c