Date: Mon, 12 Jan 2004 20:45:51 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45243 for review Message-ID: <200401130445.i0D4jpVX089806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45243 Change 45243 by rwatson@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401130445.i0D4jpVX089806>