diff options
Diffstat (limited to 'lib/libc/gen/getvfsent.c')
-rw-r--r-- | lib/libc/gen/getvfsent.c | 2 |
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; |