PERFORCE change 97370 for review
Wayne Salamon
wsalamon at FreeBSD.org
Wed May 17 19:22:22 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97370
Change 97370 by wsalamon at vh1 on 2006/05/17 19:21:06
Include mount.h, needed for VFS locking macros.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#15 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#15 (text+ko) ====
@@ -30,6 +30,7 @@
*/
#include <sys/param.h>
+#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
More information about the trustedbsd-cvs
mailing list