Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys mention shared bit.
details:   https://anonhg.NetBSD.org/src/rev/973d08ca11ad
branches:  trunk
changeset: 1011642:973d08ca11ad
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 05 20:41:50 2020 +0000
description:
mention shared bit.
diffstat:
 sys/sys/fstypes.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bd0465c83963 -r 973d08ca11ad sys/sys/fstypes.h
--- a/sys/sys/fstypes.h Sun Jul 05 20:37:40 2020 +0000
+++ b/sys/sys/fstypes.h Sun Jul 05 20:41:50 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstypes.h,v 1.39 2020/05/16 18:31:53 christos Exp $    */
+/*     $NetBSD: fstypes.h,v 1.40 2020/07/05 20:41:50 christos Exp $    */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -148,7 +148,7 @@
        { MNT_EXPORTED,         0,      "NFS exported" }, \
        { MNT_DEFEXPORTED,      1,      "exported to the world" }, \
        { MNT_EXPORTANON,       1,      "anon uid mapping" }, \
-       { MNT_EXKERB,           1,      "kerberos uid mapping" }, \
+       { MNT_EXKERB,           1,      "kerberos uid mapping/posix1e ACLS" }, \
        { MNT_EXNORESPORT,      0,      "non-reserved ports" }, \
        { MNT_EXPUBLIC,         0,      "WebNFS exports" },
 
Home |
Main Index |
Thread Index |
Old Index