diff options
author | Vadim Lobanov <vlobanov@speakeasy.net> | 2005-10-30 15:02:18 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 17:37:19 -0800 |
commit | 6dd69f1061bfdeca230509b173438e0731bff767 (patch) | |
tree | 66094a2fdf02fd808b0661cc2a26c6ff64d1c590 /Documentation/networking | |
parent | 19a4fcb531659f2f7d18b5d04cee039176e9540d (diff) |
[PATCH] Unify sys_tkill() and sys_tgkill()
The majority of the sys_tkill() and sys_tgkill() function code is
duplicated between the two of them. This patch pulls the duplication out
into a separate function -- do_tkill() -- and lets sys_tkill() and
sys_tgkill() be simple wrappers around it. This should make it easier to
maintain in light of future changes.
Signed-off-by: Vadim Lobanov <vlobanov@speakeasy.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions