summaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/mount.c')
-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", "" },