Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 22:18:59 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79201 for review
Message-ID:  <200506292218.j5TMIxHX048782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79201

Change 79201 by rwatson@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, \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506292218.j5TMIxHX048782>