From 4f0b4172653fd5c324069491cc77badc98dced82 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 17 Jan 1998 16:32:14 +0000 Subject: 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 when the default is reversed. This is an intermediate step. --- lib/libc/gen/getvfsent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index c4ce2cc..d7a8633 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -4,6 +4,8 @@ * This file is in the public domain. */ +#define _OLD_VFSCONF + #include #include #include -- cgit v1.1