From owner-cvs-all@FreeBSD.ORG Sun May 4 05:01:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B4106566C; Sun, 4 May 2008 05:01:00 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id E77768FC1A; Sun, 4 May 2008 05:00:59 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m4451x1X054748; Sun, 4 May 2008 01:01:59 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4451xFr054747; Sun, 4 May 2008 01:01:59 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 4 May 2008 01:01:59 -0400 From: David Schultz To: Marcel Moolenaar Message-ID: <20080504050159.GA54648@zim.MIT.EDU> Mail-Followup-To: Marcel Moolenaar , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200805040411.m444B1Yb080989@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805040411.m444B1Yb080989@repoman.freebsd.org> Cc: cvs-src@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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 05:01:00 -0000 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.) deischen@ can probably give you a clearer story on this than I.