From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 10:35:22 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A57AA106566B; Fri, 20 Jun 2008 10:35:22 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B06D8FC15; Fri, 20 Jun 2008 10:35:22 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from apple.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5KAZJVh019292; Fri, 20 Jun 2008 10:35:20 GMT (envelope-from davidxu@freebsd.org) Message-ID: <485B884A.70006@freebsd.org> Date: Fri, 20 Jun 2008 18:36:58 +0800 From: David Xu User-Agent: Thunderbird 2.0.0.9 (X11/20080612) MIME-Version: 1.0 To: Kris Kennaway References: <485B7FFC.4040509@FreeBSD.org> In-Reply-To: <485B7FFC.4040509@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: execvpe port breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 10:35:22 -0000 Kris Kennaway wrote: > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.2008062001/deco-3.9_3.log > > > Can someone please take a look? > > Kris > Looks like the application defined its own version of execvpe() ? I think we should change name execvpe in our header file to something else to avoid conflict. David Xu