Date: Thu, 30 Jun 2005 09:36:12 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79266 for review Message-ID: <200506300936.j5U9aC7f008502@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79266 Change 79266 by rwatson@rwatson_zoo on 2005/06/30 09:35:39 New auditctl() prototype. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#14 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#14 (text+ko) ==== @@ -309,7 +309,7 @@ int audit (const void *, int); int auditon (int, void *, int); -int auditctl (int, const void *, u_int); +int auditctl (const void *); int getauid (au_id_t *); int setauid (const au_id_t *); int getaudit (struct auditinfo *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506300936.j5U9aC7f008502>