Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/miscfs/kernfs Pull up revision 1.62 (requested by a...



details:   https://anonhg.NetBSD.org/src/rev/433a0b6e77b7
branches:  netbsd-2-0
changeset: 561143:433a0b6e77b7
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 09:03:41 2004 +0000

description:
Pull up revision 1.62 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree

diffstat:

 sys/miscfs/kernfs/kernfs_vfsops.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r def0583514e2 -r 433a0b6e77b7 sys/miscfs/kernfs/kernfs_vfsops.c
--- a/sys/miscfs/kernfs/kernfs_vfsops.c Sat May 29 09:03:35 2004 +0000
+++ b/sys/miscfs/kernfs/kernfs_vfsops.c Sat May 29 09:03:41 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernfs_vfsops.c,v 1.58 2004/03/24 15:34:53 atatat Exp $        */
+/*     $NetBSD: kernfs_vfsops.c,v 1.58.2.1 2004/05/29 09:03:41 tron Exp $      */
 
 /*
  * Copyright (c) 1992, 1993, 1995
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kernfs_vfsops.c,v 1.58 2004/03/24 15:34:53 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kernfs_vfsops.c,v 1.58.2.1 2004/05/29 09:03:41 tron Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -315,7 +315,8 @@
                       CTL_VFS, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "kernfs", NULL,
+                      CTLTYPE_NODE, "kernfs",
+                      SYSCTL_DESCR("/kern file system"),
                       NULL, 0, NULL, 0,
                       CTL_VFS, 11, CTL_EOL);
        /*



Home | Main Index | Thread Index | Old Index