PERFORCE change 79266 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 30 09:36:12 GMT 2005


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

Change 79266 by rwatson at 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 *);
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