From: Eric Paris Date: Tue, 16 Apr 2013 14:17:02 +0000 (-0400) Subject: audit: fix build break when AUDIT_DEBUG == 2 X-Git-Tag: v3.10-rc1~5^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c474de7b4bd451396d67647ac728b0433379a9;p=pandora-kernel.git audit: fix build break when AUDIT_DEBUG == 2 Looks like this one has been around since 5195d8e21: kernel/auditsc.c: In function ‘audit_free_names’: kernel/auditsc.c:998: error: ‘i’ undeclared (first use in this function) ...and this warning: kernel/auditsc.c: In function ‘audit_putname’: kernel/auditsc.c:2045: warning: ‘i’ may be used uninitialized in this function Signed-off-by: Jeff Layton Signed-off-by: Eric Paris --- Reading git-diff-tree failed