Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/fs/filecorefs Pull up revision 1.13 (requested by a...
details: https://anonhg.NetBSD.org/src/rev/49d7131cc21e
branches: netbsd-2-0
changeset: 561157:49d7131cc21e
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:05:15 2004 +0000
description:
Pull up revision 1.13 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/fs/filecorefs/filecore_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r c4f63d2702ca -r 49d7131cc21e sys/fs/filecorefs/filecore_vfsops.c
--- a/sys/fs/filecorefs/filecore_vfsops.c Sat May 29 09:05:10 2004 +0000
+++ b/sys/fs/filecorefs/filecore_vfsops.c Sat May 29 09:05:15 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filecore_vfsops.c,v 1.9 2004/03/24 15:34:52 atatat Exp $ */
+/* $NetBSD: filecore_vfsops.c,v 1.9.2.1 2004/05/29 09:05:15 tron Exp $ */
/*-
* Copyright (c) 1994 The Regents of the University of California.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: filecore_vfsops.c,v 1.9 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: filecore_vfsops.c,v 1.9.2.1 2004/05/29 09:05:15 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -743,7 +743,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
- CTLTYPE_NODE, "filecore", NULL,
+ CTLTYPE_NODE, "filecore",
+ SYSCTL_DESCR("Acorn FILECORE file system"),
NULL, 0, NULL, 0,
CTL_VFS, 19, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index