From 9d6fc9963e9169e8d993f475c9db23875f70323b Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sun, 14 Jun 2020 01:22:19 +0000 Subject: [PATCH] Oops, r362158 committed a duplicate definition of MAXSECFLAVORS. This patch gets rid of the duplicate. --- sys/sys/mount.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 4ea41a0fedcc..6e1517aac4c6 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -518,7 +518,6 @@ struct o2export_args { /* * Export arguments for local filesystem mount calls. */ -#define MAXSECFLAVORS 5 struct export_args { uint64_t ex_flags; /* export related flags */ uid_t ex_root; /* mapping for root uid */