summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-01-17 16:32:14 +0000
committerBruce Evans <bde@FreeBSD.org>1998-01-17 16:32:14 +0000
commit1e69872de704e5959e8a60ef1f6f767217e4961a (patch)
tree1989585073b58270bf7dd82734861eb904380955 /lib/libc
parent10abc80013daa7acb4aa8fe1f63731648f50ab54 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getvfsent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c
index c4ce2cc158a5..d7a863380d7d 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 <sys/param.h>
#include <sys/types.h>
#include <sys/mount.h>