[patch 1/1] uml: remove wrong declaration

From: blaisorblade_spam
Date: Thu Oct 07 2004 - 16:14:16 EST



Avoid compile failure due to the addition of sys_timer_create to linux/syscalls.h

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

linux-2.6.9-current-paolo/arch/um/kernel/sys_call_table.c | 1 -
1 files changed, 1 deletion(-)

diff -puN arch/um/kernel/sys_call_table.c~uml-remove-wrong-decl arch/um/kernel/sys_call_table.c
--- linux-2.6.9-current/arch/um/kernel/sys_call_table.c~uml-remove-wrong-decl 2004-10-07 19:09:54.946142664 +0200
+++ linux-2.6.9-current-paolo/arch/um/kernel/sys_call_table.c 2004-10-07 19:09:59.675423704 +0200
@@ -47,7 +47,6 @@ extern syscall_handler_t sys_rt_sigactio
extern syscall_handler_t sys_sigaltstack;
extern syscall_handler_t sys_vfork;
extern syscall_handler_t sys_mmap2;
-extern syscall_handler_t sys_timer_create;
extern syscall_handler_t old_mmap_i386;
extern syscall_handler_t old_select;
extern syscall_handler_t sys_modify_ldt;
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/