PERFORCE change 84035 for review
Robert Watson
rwatson at FreeBSD.org
Wed Sep 21 08:10:28 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=84035
Change 84035 by rwatson at rwatson_zoo on 2005/09/21 08:09:53
Add missing ';'.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#28 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#28 (text+ko) ====
@@ -2354,7 +2354,7 @@
* XXXAUDIT: Less Giant needed here.
*/
mtx_assert(&Giant, MA_OWNED);
- ASSERT_VOP_LOCKED(vp, "audit_arg_vnpath")
+ ASSERT_VOP_LOCKED(vp, "audit_arg_vnpath");
ar = currecord();
if (ar == NULL) /* This will be the case for unaudited system calls */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list