From: Tony Luck Date: Wed, 18 Aug 2010 17:17:44 +0000 (-0700) Subject: [IA64] Fix build error: conflicting types for ‘sys_execve’ X-Git-Tag: v2.6.36-rc2~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145e5aa269d54e4ea53fdb5e597007bd287fbe49;p=pandora-kernel.git [IA64] Fix build error: conflicting types for ‘sys_execve’ arch/ia64/kernel/process.c:636: error: conflicting types for ‘sys_execve’ commit d7627467b7a8dd6944885290a03a07ceb28c10eb Make do_execve() take a const filename pointer Missed the declaration of sys_execve in the ia64 asm/unistd.h (perhaps because there is no reason for it to be there ... it might be a left over from the COMPAT code?). Just delete the conflicting version. Signed-off-by: Tony Luck --- Reading git-diff-tree failed