cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c

Maxime Henrion mux at freebsd.org
Fri Apr 16 05:29:56 PDT 2004


Ollivier Robert wrote:
> According to Maxime Henrion:
> >   Log:
> >   Belatedly remove the getvfsent(3) API.  All the consumers have been
> >   updated to use getvfsbyname(3) or the vfs.conflist sysctl since a
> >   long time, except mount_smbfs(8) which has just been fixed.
> 
> This is a change of interface meaning that we need to bump up the major
> number of libc...

I believe bumping the major number of libc for that would be way overkill.
As far as I know, there are no consumers of this API outside of the tree,
and I would actually be surprised if there was any.  I already bumped
__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?

Cheers,
Maxime


More information about the cvs-src mailing list