diff --git a/sys/sys/mount.h b/sys/sys/mount.h index e5897269c181..ba1b07120a6a 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -43,6 +43,7 @@ */ #include +#include #include #include #include @@ -149,6 +150,8 @@ struct mount { time_t mnt_time; /* last time written*/ u_int mnt_iosize_max; /* max IO request size */ struct netexport *mnt_export; /* export list */ + struct label mnt_mntlabel; /* MAC label for the mount */ + struct label mnt_fslabel; /* MAC label for the fs */ }; #endif /* _KERNEL */