svn commit: r193508 - head/sys/kern
Robert Watson
rwatson at FreeBSD.org
Fri Jun 5 14:23:25 UTC 2009
Author: rwatson
Date: Fri Jun 5 14:23:24 2009
New Revision: 193508
URL: http://svn.freebsd.org/changeset/base/193508
Log:
Add mac_framework.h include missed when MAC code was (presumably) copied
from another file.
Modified:
head/sys/kern/vfs_default.c
Modified: head/sys/kern/vfs_default.c
==============================================================================
--- head/sys/kern/vfs_default.c Fri Jun 5 14:15:00 2009 (r193507)
+++ head/sys/kern/vfs_default.c Fri Jun 5 14:23:24 2009 (r193508)
@@ -55,6 +55,8 @@ __FBSDID("$FreeBSD$");
#include <sys/dirent.h>
#include <sys/poll.h>
+#include <security/mac/mac_framework.h>
+
#include <vm/vm.h>
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
More information about the svn-src-head
mailing list