Does anyone know or care what versions of Linux on S/390 had a broken
sendfile()? It apparently does not any more; this was submitted to Red
Hat via the IBM LTC from Oliver Paukstadt <oliver.paukstadt
millenux.com>
Index: configure.in
===================================================================
--- configure.in (revision 125418)
+++ configure.in (working copy)
@@ -909,9 +909,6 @@
*alpha*-dec-osf* )
sendfile="0"
;;
- s390-*-linux-gnu)
- sendfile="0"
- ;;
*aix*)
# compiler-independent check for 64-bit build
AC_CHECK_SIZEOF(void*, 4)