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/cd9660 Pull up revision 1.14 (requested by atata...
details: https://anonhg.NetBSD.org/src/rev/667dfae32b57
branches: netbsd-2-0
changeset: 561159:667dfae32b57
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:05:27 2004 +0000
description:
Pull up revision 1.14 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/fs/cd9660/cd9660_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 945bd4147006 -r 667dfae32b57 sys/fs/cd9660/cd9660_vfsops.c
--- a/sys/fs/cd9660/cd9660_vfsops.c Sat May 29 09:05:21 2004 +0000
+++ b/sys/fs/cd9660/cd9660_vfsops.c Sat May 29 09:05:27 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660_vfsops.c,v 1.11 2004/03/24 15:34:52 atatat Exp $ */
+/* $NetBSD: cd9660_vfsops.c,v 1.11.2.1 2004/05/29 09:05:27 tron Exp $ */
/*-
* Copyright (c) 1994
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.11 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.11.2.1 2004/05/29 09:05:27 tron Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -992,7 +992,8 @@
NULL, 0, NULL, 0,
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
- CTLFLAG_PERMANENT, CTLTYPE_NODE, "cd9660", NULL,
+ CTLFLAG_PERMANENT, CTLTYPE_NODE, "cd9660",
+ SYSCTL_DESCR("ISO-9660 file system"),
NULL, 0, NULL, 0,
CTL_VFS, 14, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index