PERFORCE change 79201 for review

Robert Watson rwatson at FreeBSD.org
Wed Jun 29 22:18:59 GMT 2005


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

Change 79201 by rwatson at rwatson_zoo on 2005/06/29 22:18:37

	When integrating trustedbsd_audit3, the change to the arguments to
	auditctl() was accidentally lost.  Re-make the change.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#16 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#16 (text+ko) ====

@@ -784,7 +784,7 @@
 452	AUE_SETAUDIT_ADDR	MNOSTD	{ int setaudit_addr( \
 				    struct auditinfo_addr *auditinfo_addr, \
 				    u_int length); }
-453	AUE_AUDITCTL	MNOSTD	{ int auditctl(int cmd, char *path); }
+453	AUE_AUDITCTL	MNOSTD	{ int auditctl(char *path); }
 454	AUE_NULL	MSTD	{ int _umtx_op(struct umtx *umtx, int op, \
 				    long id, void *uaddr, void *uaddr2); }
 455	AUE_NULL	MSTD	{ int thr_new(struct thr_param *param, \
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