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/procfs Pull up revision 1.56 (requested by a...
details: https://anonhg.NetBSD.org/src/rev/007c367973d9
branches: netbsd-2-0
changeset: 561152:007c367973d9
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:04:41 2004 +0000
description:
Pull up revision 1.56 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/miscfs/procfs/procfs_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r b323df261133 -r 007c367973d9 sys/miscfs/procfs/procfs_vfsops.c
--- a/sys/miscfs/procfs/procfs_vfsops.c Sat May 29 09:04:35 2004 +0000
+++ b/sys/miscfs/procfs/procfs_vfsops.c Sat May 29 09:04:41 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_vfsops.c,v 1.52 2004/03/24 15:34:54 atatat Exp $ */
+/* $NetBSD: procfs_vfsops.c,v 1.52.2.1 2004/05/29 09:04:41 tron Exp $ */
/*
* Copyright (c) 1993
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.52 2004/03/24 15:34:54 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.52.2.1 2004/05/29 09:04:41 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -344,7 +344,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
- CTLTYPE_NODE, "procfs", NULL,
+ CTLTYPE_NODE, "procfs",
+ SYSCTL_DESCR("Process file system"),
NULL, 0, NULL, 0,
CTL_VFS, 12, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index