[Glibc-bsd-commits] r4002 - trunk/glibc-ports/kfreebsd/sys

Petr Salinger ps-guest at alioth.debian.org
Tue Jan 24 09:03:01 UTC 2012


Author: ps-guest
Date: 2012-01-24 09:03:01 +0000 (Tue, 24 Jan 2012)
New Revision: 4002

Modified:
   trunk/glibc-ports/kfreebsd/sys/mount.h
Log:
update struct export_args, the old one is available as oexport_args


Modified: trunk/glibc-ports/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/mount.h	2012-01-23 21:47:53 UTC (rev 4001)
+++ trunk/glibc-ports/kfreebsd/sys/mount.h	2012-01-24 09:03:01 UTC (rev 4002)
@@ -208,6 +208,7 @@
 /*
  * Export arguments for local filesystem mount calls.
  */
+#define	MAXSECFLAVORS	5
 struct export_args {
 	int		ex_flags;		/* export related flags */
 	uid_t		ex_root;		/* mapping for root uid */
@@ -217,6 +218,8 @@
 	struct		sockaddr *ex_mask;	/* mask of valid bits in saddr */
 	__u_char	ex_masklen;		/* and the smask length */
 	char		*ex_indexfile;		/* index file for WebNFS URLs */
+	int		ex_numsecflavors;	/* security flavor count */
+	int		ex_secflavors[MAXSECFLAVORS]; /* list of security flavors */
 };
 
 /*




More information about the Glibc-bsd-commits mailing list