From dev-return-13736-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Feb 04 10:39:29 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 30352 invoked from network); 4 Feb 2005 10:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Feb 2005 10:39:28 -0000 Received: (qmail 17442 invoked by uid 500); 4 Feb 2005 10:39:27 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 17405 invoked by uid 500); 4 Feb 2005 10:39:27 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 17382 invoked by uid 99); 4 Feb 2005 10:39:26 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 04 Feb 2005 02:39:25 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j14AdNi1015862 for ; Fri, 4 Feb 2005 05:39:23 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j14AdMO23173 for ; Fri, 4 Feb 2005 05:39:23 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j14AdLPp015152 for ; Fri, 4 Feb 2005 10:39:21 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j14AdLCc015150 for dev@apr.apache.org; Fri, 4 Feb 2005 10:39:21 GMT Date: Fri, 4 Feb 2005 10:39:21 +0000 From: Joe Orton To: dev@apr.apache.org Subject: [PATCH] sendfile on s390-linux Message-ID: <20050204103921.GA14885@redhat.com> Mail-Followup-To: dev@apr.apache.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 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)