svn commit: r362164 - head/sys/sys
Rick Macklem
rmacklem at FreeBSD.org
Sun Jun 14 01:22:20 UTC 2020
Author: rmacklem
Date: Sun Jun 14 01:22:19 2020
New Revision: 362164
URL: https://svnweb.freebsd.org/changeset/base/362164
Log:
Oops, r362158 committed a duplicate definition of MAXSECFLAVORS.
This patch gets rid of the duplicate.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mount.h
==============================================================================
--- head/sys/sys/mount.h Sun Jun 14 00:40:00 2020 (r362163)
+++ head/sys/sys/mount.h Sun Jun 14 01:22:19 2020 (r362164)
@@ -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 */
More information about the svn-src-all
mailing list