commit | bc64efd220dcd4449aef8dd2564d73127b583b09 | [log] [tgz] |
---|---|---|
author | Gustavo Fernando Padovan <gustavo@las.ic.unicamp.br> | Fri Jul 25 01:47:33 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:39 2008 -0700 |
tree | 21739809b2ab9b13677cae99f175c3983114abc6 | |
parent | d8878ba3f05ae5bbfad5a6e72e5121c0ea35f989 [diff] |
kernel/signal.c: change vars pid and tgid types to pid_t Change the type of pid and tgid variables from int to the POSIX type pid_t. Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Cc: Oleg Nesterov <oleg@tv-sign.ru> Cc: Roland McGrath <roland@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>