]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[IA64] Fix build error: conflicting types for ‘sys_execve’
authorTony Luck <tony.luck@intel.com>
Wed, 18 Aug 2010 17:17:44 +0000 (10:17 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 18 Aug 2010 17:17:44 +0000 (10:17 -0700)
commit145e5aa269d54e4ea53fdb5e597007bd287fbe49
treef0939ba35a64546ce71a93e1f3f048f0306da509
parent3b89f56783a4ef796190ef1192c25e72e0b986b6
[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 <tony.luck@intel.com>
arch/ia64/include/asm/unistd.h