From owner-cvs-src@FreeBSD.ORG Thu Jul 10 17:35:37 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 242251065675 for ; Thu, 10 Jul 2008 17:35:37 +0000 (UTC) (envelope-from peter@wemm.org) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.237]) by mx1.freebsd.org (Postfix) with ESMTP id E0E078FC1F for ; Thu, 10 Jul 2008 17:35:36 +0000 (UTC) (envelope-from peter@wemm.org) Received: by qb-out-0506.google.com with SMTP id q12so139834qba.13 for ; Thu, 10 Jul 2008 10:35:35 -0700 (PDT) Received: by 10.142.207.8 with SMTP id e8mr2790438wfg.110.1215711335205; Thu, 10 Jul 2008 10:35:35 -0700 (PDT) Received: by 10.142.76.14 with HTTP; Thu, 10 Jul 2008 10:35:35 -0700 (PDT) Message-ID: Date: Thu, 10 Jul 2008 10:35:35 -0700 From: "Peter Wemm" To: "David E. O'Brien" In-Reply-To: <200807101635.m6AGZv7I090311@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807101635.m6AGZv7I090311@svn.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, "cvs-all@freebsd.org" Subject: Re: svn commit: r180431 - in head/sys: kern sys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2008 17:35:37 -0000 On Thu, Jul 10, 2008 at 9:35 AM, David E. O'Brien wrote: > Author: obrien > Date: Thu Jul 10 16:35:57 2008 > New Revision: 180431 > URL: http://svn.freebsd.org/changeset/base/180431 > > Log: > Allow 'elf_file_t' to be used in a wider scope. > > Modified: > head/sys/kern/link_elf.c > head/sys/sys/link_elf.h This really was intentional. elf_file_t was supposed to be opaque and changeable. What do you need this for? -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell