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/msdosfs Pull up revision 1.17 (requested by atat...



details:   https://anonhg.NetBSD.org/src/rev/126752808415
branches:  netbsd-2-0
changeset: 561144:126752808415
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 09:03:48 2004 +0000

description:
Pull up revision 1.17 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree

diffstat:

 sys/fs/msdosfs/msdosfs_vfsops.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 433a0b6e77b7 -r 126752808415 sys/fs/msdosfs/msdosfs_vfsops.c
--- a/sys/fs/msdosfs/msdosfs_vfsops.c   Sat May 29 09:03:41 2004 +0000
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c   Sat May 29 09:03:48 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msdosfs_vfsops.c,v 1.13 2004/03/24 15:34:52 atatat Exp $       */
+/*     $NetBSD: msdosfs_vfsops.c,v 1.13.2.1 2004/05/29 09:03:48 tron Exp $     */
 
 /*-
  * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.13 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.13.2.1 2004/05/29 09:03:48 tron Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_quota.h"
@@ -1037,7 +1037,8 @@
                       CTL_VFS, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "msdosfs", NULL,
+                      CTLTYPE_NODE, "msdosfs",
+                      SYSCTL_DESCR("MS-DOS file system"),
                       NULL, 0, NULL, 0,
                       CTL_VFS, 4, CTL_EOL);
        /*



Home | Main Index | Thread Index | Old Index