Date: Sun, 4 May 2008 10:45:44 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: David Schultz <das@freebsd.org> Cc: kan@freebsd.org, cvs-src@freebsd.org, Marcel Moolenaar <marcel@freebsd.org>, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc Versions.def src/lib/libc/stdio Symbol.map Message-ID: <Pine.GSO.4.64.0805041043180.639@sea.ntplx.net> In-Reply-To: <20080504050159.GA54648@zim.MIT.EDU> References: <200805040411.m444B1Yb080989@repoman.freebsd.org> <20080504050159.GA54648@zim.MIT.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
kan CC'd. On Sun, 4 May 2008, David Schultz wrote: > On Sun, May 04, 2008, Marcel Moolenaar wrote: >> Index: src/lib/libc/Versions.def >> diff -u src/lib/libc/Versions.def:1.4 src/lib/libc/Versions.def:1.5 >> --- src/lib/libc/Versions.def:1.4 Fri Dec 14 20:49:06 2007 >> +++ src/lib/libc/Versions.def Sun May 4 04:11:00 2008 >> @@ -1,4 +1,4 @@ >> -# $FreeBSD: src/lib/libc/Versions.def,v 1.4 2007/12/14 20:49:06 deischen Exp $ >> +# $FreeBSD: src/lib/libc/Versions.def,v 1.5 2008/05/04 04:11:00 marcel Exp $ >> >> # This is our first version; it depends on no other. >> # This version was first added to 7.0-current. >> @@ -15,3 +15,6 @@ >> # simple ABI-checking tools. >> FBSDprivate_1.0 { >> } FBSD_1.0; >> + >> +FBSDprivate_1.1 { >> +} FBSD_1.1; > > There was discussion earlier about this, the outcome of which was > not to add more versions of FBSDprivate, as I recall. (But maybe > FBSDprivate_1.0 should inherit FBSD_1.1 instead of FBSD_1.0.) Actually, I don't think FBSDprivate_1.0 should inherit from anything. I think that's a mistake; I'll test a world without it. -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0805041043180.639>