Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 10:25:21 -0500
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        Maxime Henrion <mux@freebsd.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c
Message-ID:  <20040416152521.GC37115@madman.celabo.org>
In-Reply-To: <20040416151640.GC64995@tara.freenix.org>
References:  <200404112136.i3BLaVxM099406@repoman.freebsd.org> <20040416122017.GB64995@tara.freenix.org> <20040416122956.GG19602@elvis.mu.org> <20040416151640.GC64995@tara.freenix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 16, 2004 at 05:16:40PM +0200, Ollivier Robert wrote:
> According to Maxime Henrion:
> > and I would actually be surprised if there was any.  I already bumped
> 
> The external ones are the problem but I agree that there are probably none.
> 
> > __FreeBSD_version for this change and it looks sufficient to me.  Can
> > you explain why you think a major number bump of libc is in order here?
> 
> Because that how you play the major number game in shared libraries world.
> Anytime you change (i.e. remove a function or change a function's argument
> in a way that's incompatible with the prevous one) a librabry's interface,
> you MUST (in the RFC-mode sense of the world) change the major.
> 
> I agree with Warner that it is a major pain (and why we do this only once
> in a given branch) and that it this case, we can simply ignore the issue.
> 
> </pedantic> :-)

More to the point is that we have it backwards: we really MUST not
make incompatible changes to the ABI in a given branch.

Of course, we have a little wiggle room before 5.x becomes -STABLE, but
it is *very little* room at this point.  If removing getvfsent() would
be at all likely to affect software outside the tree, then I would
rather see a compatibility shim.   However, Maxime has already insisted
that there are no other consumers, and I choose to believe him :-)

Cheers,
-- 
Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040416152521.GC37115>