PERFORCE change 45243 for review
Robert Watson
rwatson at FreeBSD.org
Tue Jan 13 04:45:51 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=45243
Change 45243 by rwatson at rwatson_paprika on 2004/01/12 20:45:19
Forward declare structures depended on in in-kernel audit
APIs.
Affected files ...
.. //depot/projects/trustedbsd/audit2/sys/security/audit/kern_audit.h#7 edit
Differences ...
==== //depot/projects/trustedbsd/audit2/sys/security/audit/kern_audit.h#7 (text+ko) ====
@@ -134,6 +134,10 @@
* the source tree where these functions are referenced.
*/
#ifdef AUDIT
+struct ipc_perm;
+struct proc;
+struct sockaddr;
+struct vnode;
void audit_arg_accmode(int mode);
void audit_arg_cmode(int cmode);
void audit_arg_fd(int fd);
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