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/umapfs Pull up revision 1.46 (requested by a...



details:   https://anonhg.NetBSD.org/src/rev/bd15bf77c83b
branches:  netbsd-2-0
changeset: 561149:bd15bf77c83b
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 09:04:20 2004 +0000

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

diffstat:

 sys/miscfs/umapfs/umap_vfsops.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a01967b1ac10 -r bd15bf77c83b sys/miscfs/umapfs/umap_vfsops.c
--- a/sys/miscfs/umapfs/umap_vfsops.c   Sat May 29 09:04:14 2004 +0000
+++ b/sys/miscfs/umapfs/umap_vfsops.c   Sat May 29 09:04:20 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umap_vfsops.c,v 1.43 2004/03/24 15:34:54 atatat Exp $  */
+/*     $NetBSD: umap_vfsops.c,v 1.43.2.1 2004/05/29 09:04:20 tron Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.43 2004/03/24 15:34:54 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.43.2.1 2004/05/29 09:04:20 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -300,7 +300,8 @@
                       CTL_VFS, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "umap", NULL,
+                      CTLTYPE_NODE, "umap",
+                      SYSCTL_DESCR("UID/GID remapping file system"),
                       NULL, 0, NULL, 0,
                       CTL_VFS, 10, CTL_EOL);
        /*



Home | Main Index | Thread Index | Old Index