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/ntfs Pull up revision 1.21 (requested by atatat ...
details: https://anonhg.NetBSD.org/src/rev/c4f63d2702ca
branches: netbsd-2-0
changeset: 561156:c4f63d2702ca
user: tron <tron%NetBSD.org@localhost>
date: Sat May 29 09:05:10 2004 +0000
description:
Pull up revision 1.21 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
diffstat:
sys/fs/ntfs/ntfs_vfsops.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r db9c3c691bb2 -r c4f63d2702ca sys/fs/ntfs/ntfs_vfsops.c
--- a/sys/fs/ntfs/ntfs_vfsops.c Sat May 29 09:05:04 2004 +0000
+++ b/sys/fs/ntfs/ntfs_vfsops.c Sat May 29 09:05:10 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ntfs_vfsops.c,v 1.17 2004/03/24 15:34:52 atatat Exp $ */
+/* $NetBSD: ntfs_vfsops.c,v 1.17.2.1 2004/05/29 09:05:10 tron Exp $ */
/*-
* Copyright (c) 1998, 1999 Semen Ustimenko
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_vfsops.c,v 1.17 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_vfsops.c,v 1.17.2.1 2004/05/29 09:05:10 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -152,7 +152,8 @@
CTL_VFS, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
- CTLTYPE_NODE, "ntfs", NULL,
+ CTLTYPE_NODE, "ntfs",
+ SYSCTL_DESCR("NTFS file system"),
NULL, 0, NULL, 0,
CTL_VFS, 20, CTL_EOL);
/*
Home |
Main Index |
Thread Index |
Old Index