Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 11153 invoked from network); 6 May 2005 14:33:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 14:33:33 -0000 Received: (qmail 56230 invoked by uid 500); 6 May 2005 14:32:48 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 56147 invoked by uid 500); 6 May 2005 14:32:46 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 56114 invoked by uid 99); 6 May 2005 14:32:45 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 06 May 2005 07:32:44 -0700 Received: (qmail 10448 invoked by uid 65534); 6 May 2005 14:29:50 -0000 Message-ID: <20050506142950.10447.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r168607 - /apr/apr/trunk/build/apr_hints.m4 Date: Fri, 06 May 2005 14:29:49 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri May 6 07:29:49 2005 New Revision: 168607 URL: http://svn.apache.org/viewcvs?rev=3D168607&view=3Drev Log: Committed to 0.9.x but missing from HEAD: * build/apr_hints.m4 (APR_PRELOAD): NetBSD fcntl() confounds O_NONBLOCK inheritance test, so work around it. Modified: apr/apr/trunk/build/apr_hints.m4 Modified: apr/apr/trunk/build/apr_hints.m4 URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/apr_hints.m4?rev=3D1= 68607&r1=3D168606&r2=3D168607&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/apr/trunk/build/apr_hints.m4 (original) +++ apr/apr/trunk/build/apr_hints.m4 Fri May 6 07:29:49 2005 @@ -152,6 +152,8 @@ ;; *-netbsd*) APR_ADDTO(CPPFLAGS, [-DNETBSD]) + # fcntl() lies about O_NONBLOCK on an accept()ed socket (PR kern/2= 6950) + APR_SETIFNULL(ac_cv_o_nonblock_inherited, [yes]) ;; *-freebsd*) APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE])