summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-04 16:48:58 +0000
committerphk <phk@FreeBSD.org>1995-12-04 16:48:58 +0000
commit6b7609f9092e6573753d281b9aba2b72653ea42c (patch)
treeb9250271aedd3aef5c0e964555606b5cc6e48d0e /sys/kern/vfs_init.c
parent67e9cc4ace9f1884414dbd0309ecdef08c596c38 (diff)
downloadFreeBSD-src-6b7609f9092e6573753d281b9aba2b72653ea42c.zip
FreeBSD-src-6b7609f9092e6573753d281b9aba2b72653ea42c.tar.gz
A major sweep over the sysctl stuff.
Move a lot of variables home to their own code (In good time before xmas :-) Introduce the string descrition of format. Add a couple more functions to poke into these marvels, while I try to decide what the correct interface should look like. Next is adding vars on the fly, and sysctl looking at them too. Removed a tine bit of defunct and #ifdefed notused code in swapgeneric.
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 00681b8..704b6f8 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_init.c 8.3 (Berkeley) 1/4/94
- * $Id: vfs_init.c,v 1.16 1995/12/02 18:58:43 bde Exp $
+ * $Id: vfs_init.c,v 1.17 1995/12/03 18:00:35 bde Exp $
*/
@@ -302,7 +302,7 @@ sysctl_fs_vfsconf SYSCTL_HANDLER_ARGS
}
SYSCTL_PROC(_fs, FS_VFSCONF, vfsconf, CTLTYPE_OPAQUE|CTLFLAG_RD,
- 0, 0, sysctl_fs_vfsconf, "");
+ 0, 0, sysctl_fs_vfsconf, "S,vfsconf", "");
/*
* This goop is here to support a loadable NFS module... grumble...
OpenPOWER on IntegriCloud