Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL

to be set properly on devfs.  Otherwise, it isn't possible to set labels
on /dev nodes.

Reported by:	Sergio Rodriguez <sergiorr at yahoo.com>
MFC after:	3 days
This commit is contained in:
rwatson 2009-06-04 10:30:18 +00:00
parent ad8e2a2c53
commit 81b13ff50e

View File

@ -34,6 +34,8 @@
* $FreeBSD$
*/
#include "opt_mac.h" /* To set MNT_MULTILABEL. */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>