From: Eric W. Biederman Date: Mon, 12 Feb 2007 08:52:54 +0000 (-0800) Subject: [PATCH] signal: use kill_pgrp not kill_pg in the sunos compatibility code X-Git-Tag: v2.6.21-rc1~274^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e25338bc11fa8e41e44e4db5b5101e3d882dc5b;p=pandora-kernel.git [PATCH] signal: use kill_pgrp not kill_pg in the sunos compatibility code I am slowly moving to a model where all process killing is struct pid based instead of pid_t based. The sunos compatibility code is one of the last users of the old pid_t based kill_pg in the kernel. By being complete I allow for the future removal of kill_pg from the kernel, which will ensure I don't miss something. Signed-off-by: Eric W. Biederman Cc: Alan Cox Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed