summaryrefslogtreecommitdiffstats
path: root/lib
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
parentdc7847c8b9af0dc04aa76a1c23b7a5bc7233dcb4 (diff)
downloadFreeBSD-src-6845ef45846122c8dab18e0731f03f9e00e4b60b.zip
FreeBSD-src-6845ef45846122c8dab18e0731f03f9e00e4b60b.tar.gz
From Lite2: rename fs to vfs.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getvfsent.c2
-rw-r--r--lib/libc/gen/sysctl.32
2 files changed, 2 insertions, 2 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;
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 6eb30eb..12ee90b 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -117,7 +117,7 @@ listed here, and described in separate sections below.
.Bl -column CTLXMACHDEPXXX "Next level namesXXXXXX" -offset indent
.It Sy Pa Name Next level names Description
.It CTL\_DEBUG sys/sysctl.h Debugging
-.It CTL\_FS sys/sysctl.h File system
+.It CTL\_VFS sys/sysctl.h File system
.It CTL\_HW sys/sysctl.h Generic CPU, I/O
.It CTL\_KERN sys/sysctl.h High kernel limits
.It CTL\_MACHDEP sys/sysctl.h Machine dependent
OpenPOWER on IntegriCloud