Include param.h instead of types.h before mount.h so that the nested
include of param.h can be removed from audit.h. MFC after: 3 weeks
This commit is contained in:
parent
bdef9f77c8
commit
4fbcc986d9
@ -26,7 +26,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#define _KERNEL
|
||||
#include <sys/mount.h>
|
||||
#undef _KERNEL
|
||||
|
Loading…
Reference in New Issue
Block a user