[PATCH] Remove dead kill_sl prototype from sched.h

From: Eric W. Biederman
Date: Sun Jan 29 2006 - 01:23:16 EST



The kill_sl function doesn't exist in the kernel so
a prototype is completely unnecessary.

Signed-off-by: Eric W. Biederman <ebiederm@xxxxxxxxxxxx>


---

include/linux/sched.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

f4fc066bbc4a2b89ac621a50d9da097c59d840bf
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0cfcd1c..8645ae1 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1092,7 +1092,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 *);
--
1.1.5.g3480

-
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/