From owner-freebsd-ports@FreeBSD.ORG Wed Apr 16 15:49:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE2B7106568B; Wed, 16 Apr 2008 15:49:24 +0000 (UTC) (envelope-from ganael.laplanche@martymac.com) Received: from data.galacsys.net (data.galacsys.net [217.24.81.1]) by mx1.freebsd.org (Postfix) with ESMTP id 89C5D8FC0C; Wed, 16 Apr 2008 15:49:24 +0000 (UTC) (envelope-from ganael.laplanche@martymac.com) Received: from martymac.com (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 5A83416BC2B; Wed, 16 Apr 2008 17:49:23 +0200 (CEST) From: "Ganael LAPLANCHE" To: Pietro Cerutti , Ganael LAPLANCHE X-Openwebmail-Date: Wed, 16 Apr 2008 17:49:23 +0100 Message-Id: <20080416154258.M26638@martymac.com> In-Reply-To: <48061303.6040001@FreeBSD.org> References: <48053F56.4090404@FreeBSD.org> <20080416064154.M28876@martymac.com> <4805BB13.1050007@FreeBSD.org> <20080416094711.M99470@martymac.com> <20080416134523.M15457@martymac.com> <48061303.6040001@FreeBSD.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Wed, 16 Apr 2008 17:49:23 +0200 (CEST) Cc: ports@freebsd.org, Anatoly Borodin Subject: Re: CFT: devel/directfb update to 1.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 15:49:24 -0000 On Wed, 16 Apr 2008 16:53:55 +0200, Pietro Cerutti wrote Hi again :) > Actually, there is a bug in those two functions. What about this one? > - - while (readdir_r( dir, &tmp, &entry ) == 0 && entry) { > + while (!readdir_r( dir, &tmp, &entry ) && entry) { Hmmm, isn't that similar ? Anyway, it does not seem to work better :/ Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com