Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 01:22:19 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362164 - head/sys/sys
Message-ID:  <202006140122.05E1MJYV014345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006140122.05E1MJYV014345>