Catch missed AUDIT_ARG() -> AUDIT_ARG_CMD() on amd64.

Submitted by:	Florian Smeets <flo at kasimir.com>
Approved by:	re (kib) (implicit)
MFC after:	1 week
This commit is contained in:
rwatson 2009-06-27 15:03:50 +00:00
parent da78c9e4a2
commit 053703e8be

View File

@ -170,7 +170,7 @@ sysarch(td, uap)
* XXXKIB check that the BSM generation code knows to encode
* the op argument.
*/
AUDIT_ARG(cmd, uap->op);
AUDIT_ARG_CMD(uap->op);
switch (uap->op) {
case I386_GET_IOPERM:
case I386_SET_IOPERM: