PERFORCE change 63569 for review

Robert Watson rwatson at FreeBSD.org
Sat Oct 23 07:49:27 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=63569

Change 63569 by rwatson at rwatson_tislabs on 2004/10/23 14:48:38

	Expose additional audit function prototypes for audit functions
	that are called regardless of AUDIT being enabled.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#8 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#8 (text+ko) ====

@@ -363,6 +363,12 @@
 	} while (0)
 
 #else /* !AUDIT */
+
+void			 audit_proc_init(struct proc *p);
+void			 audit_proc_fork(struct proc *parent, 
+					 struct proc *child);
+void			 audit_proc_free(struct proc *p);
+
 #define AUDIT_ARG(op, args...)	do {					\
 	} while (0)
 


More information about the p4-projects mailing list