summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-12-04 16:48:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-12-04 16:48:58 +0000
commit946bb7a2680974d0d7f32392360268edb1433b4f (patch)
treeb9250271aedd3aef5c0e964555606b5cc6e48d0e /sys/kern/vfs_init.c
parent2a13a5af9ffb6504507760145964ba732c579e30 (diff)
Notes
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 00681b859764..704b6f8779b7 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...