Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove obsoleted comment, note CTL_VFS_NAMES need on...
details: https://anonhg.NetBSD.org/src/rev/a2e16f71321d
branches: trunk
changeset: 511858:a2e16f71321d
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Jun 28 08:15:44 2001 +0000
description:
Remove obsoleted comment, note CTL_VFS_NAMES need only be updated
if the new filesystem actually supports sysctl now.
diffstat:
sys/sys/mount.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 45b50b3ab765 -r a2e16f71321d sys/sys/mount.h
--- a/sys/sys/mount.h Thu Jun 28 08:12:08 2001 +0000
+++ b/sys/sys/mount.h Thu Jun 28 08:15:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.89 2001/01/24 20:34:59 kleink Exp $ */
+/* $NetBSD: mount.h,v 1.90 2001/06/28 08:15:44 jdolecek Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -228,10 +228,10 @@
#define VFSGEN_MAXID 4 /* number of valid vfs.generic ids */
/*
- * XXX NOTE! These must be in the order of mountcompatnames[] in
- * XXX sys/kern/vfs_syscalls.c!
+ * USE THE SAME NAMES AS MOUNT_*!
*
- * USE THE SAME NAMES AS MOUNT_*!
+ * Only need to add new entry here if the filesystem actually supports
+ * sysctl(2).
*/
#define CTL_VFS_NAMES { \
{ "generic", CTLTYPE_NODE }, \
Home |
Main Index |
Thread Index |
Old Index