From: Paul Moore Date: Wed, 27 Feb 2008 15:39:22 +0000 (-0500) Subject: [PATCH] Audit: Fix the format type for size_t variables X-Git-Tag: v2.6.25-rc4~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422b03cf75e11dfdfb29b0f19709bac585335f86;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed