Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/ufs/mfs Pull up revision 1.59 (requested by atatat ...
details: https://anonhg.NetBSD.org/src/rev/48953fe037bb
branches: netbsd-2-0
changeset: 561154:48953fe037bb
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:04:53 2004 +0000
description:
Pull up revision 1.59 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/ufs/mfs/mfs_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r f543ef724a5f -r 48953fe037bb sys/ufs/mfs/mfs_vfsops.c
--- a/sys/ufs/mfs/mfs_vfsops.c Sat May 29 09:04:47 2004 +0000
+++ b/sys/ufs/mfs/mfs_vfsops.c Sat May 29 09:04:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfs_vfsops.c,v 1.55 2004/03/24 15:34:56 atatat Exp $ */
+/* $NetBSD: mfs_vfsops.c,v 1.55.2.1 2004/05/29 09:04:53 tron Exp $ */
/*
* Copyright (c) 1989, 1990, 1993, 1994
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mfs_vfsops.c,v 1.55 2004/03/24 15:34:56 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfs_vfsops.c,v 1.55.2.1 2004/05/29 09:04:53 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -114,7 +114,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT|CTLFLAG_ALIAS,
- CTLTYPE_NODE, "mfs", NULL,
+ CTLTYPE_NODE, "mfs",
+ SYSCTL_DESCR("Memory based file system"),
NULL, 1, NULL, 0,
CTL_VFS, 3, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index