PERFORCE change 84201 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Sep 24 06:03:37 PDT 2005
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=84201
Change 84201 by rwatson at rwatson_peppercorn on 2005/09/24 13:02:49
	Wrap audit_arg_file() in AUDIT_ARG() so that a kernel without
	options AUDIT will compile.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/kern/kern_descrip.c#9 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/kern/kern_descrip.c#9 (text+ko) ====
@@ -1090,7 +1090,7 @@
 	if ((error = fget(td, fd, &fp)) != 0)
 		return (error);
 
-	audit_arg_file(td->td_proc, fp);
+	AUDIT_ARG(file, td->td_proc, fp);
 
 	error = fo_stat(fp, sbp, td->td_ucred, td);
 	fdrop(fp, td);
    
    
More information about the p4-projects
mailing list