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/3ad5eb823f57
branches: trunk
changeset: 935551:3ad5eb823f57
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 fe423035cf5a -r 3ad5eb823f57 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