diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-17 16:32:14 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-17 16:32:14 +0000 |
| commit | 1e69872de704e5959e8a60ef1f6f767217e4961a (patch) | |
| tree | 1989585073b58270bf7dd82734861eb904380955 /lib/libc | |
| parent | 10abc80013daa7acb4aa8fe1f63731648f50ab54 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getvfsent.c | 2 |
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> |
