From: Gustavo Fernando Padovan Date: Fri, 25 Jul 2008 08:47:33 +0000 (-0700) Subject: kernel/signal.c: change vars pid and tgid types to pid_t X-Git-Tag: v2.6.27-rc1~352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc64efd220dcd4449aef8dd2564d73127b583b09;p=pandora-kernel.git 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 Cc: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed