From: Jesper Juhl Date: Sun, 1 May 2005 15:59:14 +0000 (-0700) Subject: [PATCH] convert that currently tests _NSIG directly to use valid_signal() X-Git-Tag: v2.6.12-rc4~136^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed20e1ad521b5f5df61bf6559ae60738e393741;p=pandora-kernel.git [PATCH] convert that currently tests _NSIG directly to use valid_signal() Convert most of the current code that uses _NSIG directly to instead use valid_signal(). This avoids gcc -W warnings and off-by-one errors. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed