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/overlay Pull up revision 1.24 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/206ef2c8ecb6
branches: netbsd-2-0
changeset: 561160:206ef2c8ecb6
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:05:32 2004 +0000
description:
Pull up revision 1.24 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/miscfs/overlay/overlay_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 667dfae32b57 -r 206ef2c8ecb6 sys/miscfs/overlay/overlay_vfsops.c
--- a/sys/miscfs/overlay/overlay_vfsops.c Sat May 29 09:05:27 2004 +0000
+++ b/sys/miscfs/overlay/overlay_vfsops.c Sat May 29 09:05:32 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: overlay_vfsops.c,v 1.21 2004/03/24 15:34:54 atatat Exp $ */
+/* $NetBSD: overlay_vfsops.c,v 1.21.2.1 2004/05/29 09:05:32 tron Exp $ */
/*
* Copyright (c) 1999, 2000 National Aeronautics & Space Administration
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: overlay_vfsops.c,v 1.21 2004/03/24 15:34:54 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: overlay_vfsops.c,v 1.21.2.1 2004/05/29 09:05:32 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -271,7 +271,8 @@
NULL, 0, NULL, 0,
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
- CTLFLAG_PERMANENT, CTLTYPE_NODE, "overlay", NULL,
+ CTLFLAG_PERMANENT, CTLTYPE_NODE, "overlay",
+ SYSCTL_DESCR("Overlay file system"),
NULL, 0, NULL, 0,
CTL_VFS, CTL_CREATE, CTL_EOL);
}
Home |
Main Index |
Thread Index |
Old Index