lkml.org 
[lkml]   [2006]   [Jan]   [29]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Remove dead kill_sl prototype from sched.h
From(Eric W. Biederman)
DateSat, 28 Jan 2006 23:24:30 -0700
The kill_sl function doesn't exist in the kernel so
a prototype is completely unnecessary.

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


---
 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-29 07:27    [from the cache]
©2003-2008