Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2009 15:03:50 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195105 - head/sys/amd64/amd64
Message-ID:  <200906271503.n5RF3oGs080796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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