projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1434261
)
[PATCH] Remove dead kill_sl prototype from sched.h
author
Eric W. Biederman
<
[email protected]
>
Wed, 29 Mar 2006 00:11:00 +0000
(16:11 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 29 Mar 2006 02:36:40 +0000
(18:36 -0800)
The kill_sl function doesn't exist in the kernel so a prototype is completely
unnecessary.
Signed-off-by: Eric W. Biederman <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 20b4f0372e44392310d47ad62fa00a1565c2b6b8..5f5ab98bbb6b66c0165703780f0c59a1d43b4dc1 100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-1101,7
+1101,6
@@
extern void force_sig_specific(int, struct task_struct *);
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 *);