Date: Mon, 3 Mar 1997 05:08:35 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen Makefile.inc getvfsbyname.c Message-ID: <199703031308.FAA28318@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/03 05:08:34 Modified: lib/libc/gen Makefile.inc getvfsbyname.c Log: Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname() for now so that we don't lose library compatibility. Applications should define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname() if they want the new vfsconf interface. Parts of the old interface (enough to load vfs modules, I hope) are still available. Revision Changes Path 1.27 +3 -2 src/lib/libc/gen/Makefile.inc 1.2 +5 -2 src/lib/libc/gen/getvfsbyname.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703031308.FAA28318>