summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-05-25 13:56:37 +0000
committerderaadt <deraadt@openbsd.org>2016-05-25 13:56:37 +0000
commita5998efaa5cb46140b977b55ee17f345e4c054d7 (patch)
tree7c7a3d5bcc6e9ceee8f02670da9306b2755168a9
parentUpdate iwm(4) to firmware API 16 and enable RTS/CTS frame protection. (diff)
downloadwireguard-openbsd-a5998efaa5cb46140b977b55ee17f345e4c054d7.tar.xz
wireguard-openbsd-a5998efaa5cb46140b977b55ee17f345e4c054d7.zip
remove knowledge of MNT_EXKERB
-rw-r--r--sbin/mount/mount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 04420c68e34..01463a3855f 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount.c,v 1.62 2016/05/21 18:11:36 natano Exp $ */
+/* $OpenBSD: mount.c,v 1.63 2016/05/25 13:56:37 deraadt Exp $ */
/* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */
/*
@@ -80,7 +80,6 @@ static struct opt {
} optnames[] = {
{ MNT_ASYNC, 0, "asynchronous", "async" },
{ MNT_DEFEXPORTED, 1, "exported to the world", "" },
- { MNT_EXKERB, 1, "kerberos uid mapping", "" },
{ MNT_EXPORTED, 0, "NFS exported", "" },
{ MNT_EXPORTANON, 1, "anon uid mapping", "" },
{ MNT_EXRDONLY, 1, "exported read-only", "" },