From: David S. Miller Date: Mon, 1 Oct 2007 00:00:34 +0000 (-0700) Subject: [SPARC64]: Fix put_user() calls in binfmt_aout32.c X-Git-Tag: v2.6.23~41^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc8c28a9acdceda0e60519167a052cc3408c5c3;p=pandora-kernel.git [SPARC64]: Fix put_user() calls in binfmt_aout32.c argv and envp are pointers to u32's in userspace, so don't try to put_user() a NULL to them. Aparently gcc-4.2.x now warns about this, and since we use -Werror for arch/sparc64 code, this breaks the build. Signed-off-by: David S. Miller --- Reading git-diff-tree failed