From: Eric W. Biederman The kill_sl function doesn't exist in the kernel so a prototype is completely unnecessary. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton --- include/linux/sched.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/sched.h~remove-dead-kill_sl-prototype-from-schedh include/linux/sched.h --- devel/include/linux/sched.h~remove-dead-kill_sl-prototype-from-schedh 2006-02-27 20:58:30.000000000 -0800 +++ devel-akpm/include/linux/sched.h 2006-02-27 20:58:30.000000000 -0800 @@ -1095,7 +1095,6 @@ extern void force_sig_specific(int, stru extern int send_sig(int, struct task_struct *, int); extern void zap_other_threads(struct task_struct *p); extern int kill_pg(pid_t, int, int); -extern int kill_sl(pid_t, int, int); extern int kill_proc(pid_t, int, int); extern struct sigqueue *sigqueue_alloc(void); extern void sigqueue_free(struct sigqueue *); _