Started getting rid of the compatibility cruft for the Lite1 mount()

and the pre-Lite2 vfsconf interfaces.

For getvfsent.c, just define _OLD_VFSCONF.  This will give the
current default macro hacks in <sys/mount.h> when the default is
reversed.  This is an intermediate step.
This commit is contained in:
Bruce Evans 1998-01-17 16:32:14 +00:00
parent 10abc80013
commit 1e69872de7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32594

View file

@ -4,6 +4,8 @@
* This file is in the public domain.
*/
#define _OLD_VFSCONF
#include <sys/param.h>
#include <sys/types.h>
#include <sys/mount.h>