diff options
author | Steve French <sfrench@us.ibm.com> | 2008-03-03 01:53:49 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-03-03 01:53:49 +0000 |
commit | 41c5ae6898454277ec88e8e7278c8c58026363a3 (patch) | |
tree | e67eae341045892856285c709cbad173b8df7efe /kernel/auditsc.c | |
parent | 0dbd888936a23514716b8d944775bc56f731363a (diff) | |
parent | 038f2f725503b55ab76cfd2645915a85594710fe (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 2087d6de67e..782262e4107 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1070,7 +1070,7 @@ static int audit_log_single_execve_arg(struct audit_context *context, * so we can be sure nothing was lost. */ if ((i == 0) && (too_long)) - audit_log_format(*ab, "a%d_len=%ld ", arg_num, + audit_log_format(*ab, "a%d_len=%zu ", arg_num, has_cntl ? 2*len : len); /* |