From owner-cvs-lib Mon Mar 3 05:08:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA28326 for cvs-lib-outgoing; Mon, 3 Mar 1997 05:08:37 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA28318; Mon, 3 Mar 1997 05:08:35 -0800 (PST) Date: Mon, 3 Mar 1997 05:08:35 -0800 (PST) From: Bruce Evans Message-Id: <199703031308.FAA28318@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen Makefile.inc getvfsbyname.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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