summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsent.c
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1996-03-11 03:06:45 +0000
committerhsu <hsu@FreeBSD.org>1996-03-11 03:06:45 +0000
commit6845ef45846122c8dab18e0731f03f9e00e4b60b (patch)
tree0f91dea47b747c8a0c7029ecdbbdf5ad23d242d0 /lib/libc/gen/getvfsent.c
parentdc7847c8b9af0dc04aa76a1c23b7a5bc7233dcb4 (diff)
downloadFreeBSD-src-6845ef45846122c8dab18e0731f03f9e00e4b60b.zip
FreeBSD-src-6845ef45846122c8dab18e0731f03f9e00e4b60b.tar.gz
From Lite2: rename fs to vfs.
Diffstat (limited to 'lib/libc/gen/getvfsent.c')
-rw-r--r--lib/libc/gen/getvfsent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c
index 63fb1da..05b50f8 100644
--- a/lib/libc/gen/getvfsent.c
+++ b/lib/libc/gen/getvfsent.c
@@ -26,7 +26,7 @@ static int _vfs_index = 0;
static int
initvfs(void)
{
- int mib[2] = { CTL_FS, FS_VFSCONF };
+ int mib[2] = { CTL_VFS, VFS_VFSCONF };
size_t size = 0;
int rv;
OpenPOWER on IntegriCloud