From: Geert Uytterhoeven Date: Sun, 21 Dec 2014 10:58:16 +0000 (+0100) Subject: selftests/exec: Use %zu to format size_t X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~342^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6898b627aab6ba553e6d8b40a0b1ddc43c48d42f;p=pandora-kernel.git selftests/exec: Use %zu to format size_t On 32-bit: execveat.c: In function 'check_execveat_pathmax': execveat.c:183: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t' execveat.c:187: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t' Signed-off-by: Geert Uytterhoeven Signed-off-by: Shuah Khan --- Reading git-diff-tree failed