* [PATCH 1/2] eliminate compile time warnings
@ 2006-04-20 9:49 Satoru Takeuchi
0 siblings, 0 replies; only message in thread
From: Satoru Takeuchi @ 2006-04-20 9:49 UTC (permalink / raw)
To: linux-ia64
This is a trivial patch to remove following compile time warning:
(snip)
arch/ia64/ia32/../../../fs/binfmt_elf.c:508: warning: 'randomize_stack_top' defined but not used
(snip)
Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
---
arch/ia64/ia32/binfmt_elf32.c | 3 +++
1 files changed, 3 insertions(+)
Index: linux-2.6.17-rc2/arch/ia64/ia32/binfmt_elf32.c
=================================--- linux-2.6.17-rc2.orig/arch/ia64/ia32/binfmt_elf32.c 2006-03-20 14:53:29.000000000 +0900
+++ linux-2.6.17-rc2/arch/ia64/ia32/binfmt_elf32.c 2006-04-20 11:35:36.000000000 +0900
@@ -35,6 +35,9 @@ extern void ia64_elf32_init (struct pt_r
static void elf32_set_personality (void);
+static unsigned long __attribute ((unused))
+randomize_stack_top(unsigned long stack_top);
+
#define setup_arg_pages(bprm,tos,exec) ia32_setup_arg_pages(bprm,exec)
#define elf_map elf32_map
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-20 9:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-20 9:49 [PATCH 1/2] eliminate compile time warnings Satoru Takeuchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox