Author: rwatson
Date: Sat Jun 27 15:03:50 2009
New Revision: 195105
URL: http://svn.freebsd.org/changeset/base/195105

Log:
  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

Modified:
  head/sys/amd64/amd64/sys_machdep.c

Modified: head/sys/amd64/amd64/sys_machdep.c
==============================================================================
--- head/sys/amd64/amd64/sys_machdep.c  Sat Jun 27 13:58:44 2009        
(r195104)
+++ head/sys/amd64/amd64/sys_machdep.c  Sat Jun 27 15:03:50 2009        
(r195105)
@@ -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:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to