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/fdesc Pull up revision 1.50 (requested by at...
details: https://anonhg.NetBSD.org/src/rev/945bd4147006
branches: netbsd-2-0
changeset: 561158:945bd4147006
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:05:21 2004 +0000
description:
Pull up revision 1.50 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/miscfs/fdesc/fdesc_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 49d7131cc21e -r 945bd4147006 sys/miscfs/fdesc/fdesc_vfsops.c
--- a/sys/miscfs/fdesc/fdesc_vfsops.c Sat May 29 09:05:15 2004 +0000
+++ b/sys/miscfs/fdesc/fdesc_vfsops.c Sat May 29 09:05:21 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdesc_vfsops.c,v 1.46 2004/03/24 15:34:53 atatat Exp $ */
+/* $NetBSD: fdesc_vfsops.c,v 1.46.2.1 2004/05/29 09:05:21 tron Exp $ */
/*
* Copyright (c) 1992, 1993, 1995
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.46 2004/03/24 15:34:53 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.46.2.1 2004/05/29 09:05:21 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -312,7 +312,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
- CTLTYPE_NODE, "fdesc", NULL,
+ CTLTYPE_NODE, "fdesc",
+ SYSCTL_DESCR("File-descriptor file system"),
NULL, 0, NULL, 0,
CTL_VFS, 7, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index