summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-05-25 13:31:44 +0000
committerderaadt <deraadt@openbsd.org>2016-05-25 13:31:44 +0000
commite192ad1028f7318a2fb7b277a90359dbd8095dda (patch)
tree3b5a54a576751d8063555b0c10cfccc728764f6e
parentflesh out "show summary" description a bit, from julien at dhaille.com via (diff)
downloadwireguard-openbsd-e192ad1028f7318a2fb7b277a90359dbd8095dda.tar.xz
wireguard-openbsd-e192ad1028f7318a2fb7b277a90359dbd8095dda.zip
MNT_EXKERB bit is unused
-rw-r--r--sys/sys/mount.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index caa5b08ace1..7e55c0e8162 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount.h,v 1.124 2016/05/21 18:11:36 natano Exp $ */
+/* $OpenBSD: mount.h,v 1.125 2016/05/25 13:31:44 deraadt Exp $ */
/* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */
/*
@@ -377,7 +377,6 @@ struct mount {
#define MNT_EXPORTED 0x00000100 /* file system is exported */
#define MNT_DEFEXPORTED 0x00000200 /* exported to the world */
#define MNT_EXPORTANON 0x00000400 /* use anon uid mapping for everyone */
-#define MNT_EXKERB 0x00000800 /* exported with Kerberos uid mapping */
/*
* Flags set by internal operations.