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/portal Pull up revision 1.45 (requested by a...
details: https://anonhg.NetBSD.org/src/rev/bd34ff4205de
branches: netbsd-2-0
changeset: 561147:bd34ff4205de
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:04:08 2004 +0000
description:
Pull up revision 1.45 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/miscfs/portal/portal_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r d44e399ddc8b -r bd34ff4205de sys/miscfs/portal/portal_vfsops.c
--- a/sys/miscfs/portal/portal_vfsops.c Sat May 29 09:04:02 2004 +0000
+++ b/sys/miscfs/portal/portal_vfsops.c Sat May 29 09:04:08 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: portal_vfsops.c,v 1.40 2004/03/24 15:34:54 atatat Exp $ */
+/* $NetBSD: portal_vfsops.c,v 1.40.2.1 2004/05/29 09:04:08 tron Exp $ */
/*
* Copyright (c) 1992, 1993, 1995
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: portal_vfsops.c,v 1.40 2004/03/24 15:34:54 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: portal_vfsops.c,v 1.40.2.1 2004/05/29 09:04:08 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -343,7 +343,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
- CTLTYPE_NODE, "portal", NULL,
+ CTLTYPE_NODE, "portal",
+ SYSCTL_DESCR("Portal daemon file system"),
NULL, 0, NULL, 0,
CTL_VFS, 8, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index