From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 31 13:14:02 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D91106564A for ; Fri, 31 Aug 2012 13:14:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id A72C48FC0A for ; Fri, 31 Aug 2012 13:14:02 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 4E91356258; Fri, 31 Aug 2012 08:14:02 -0500 (CDT) Date: Fri, 31 Aug 2012 08:14:02 -0500 From: Mark Linimon To: Mark Johnston Message-ID: <20120831131402.GB21426@lonesome.com> References: <201208311310.q7VDAENc016347@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201208311310.q7VDAENc016347@freefall.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/171187: [patch][libfetch] missing returns in error cases in file.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 13:14:02 -0000 On Fri, Aug 31, 2012 at 01:10:14PM +0000, Mark Johnston wrote: > Hm. I think there's a bug in the PR submission code... this PR's in kern, > but I remember setting it to be in bin/, and the email I received confirms this: No, I manually edited it. We're using 'bin' for userland and 'kern' for most everything else. In the new system, this will be more granular. mcl