commit | 422b03cf75e11dfdfb29b0f19709bac585335f86 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Wed Feb 27 10:39:22 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 01 07:16:06 2008 -0500 |
tree | 16cecc0fe134f019159d704760d0277febe60d01 | |
parent | d395991c117d43bfca97101a931a41d062a93852 [diff] |
[PATCH] Audit: Fix the format type for size_t variables Fix the following compiler warning by using "%zu" as defined in C99. CC kernel/auditsc.o kernel/auditsc.c: In function 'audit_log_single_execve_arg': kernel/auditsc.c:1074: warning: format '%ld' expects type 'long int', but argument 4 has type 'size_t' Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>