From: J.A. Magallon Date: Sat, 25 Jun 2005 21:59:22 +0000 (-0700) Subject: [PATCH] Kill signed chars X-Git-Tag: v2.6.13-rc1~68^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b9d03c5f20a0585bb6f7d8c4abad3661df5d75;p=pandora-kernel.git [PATCH] Kill signed chars scripts/ is full of mismatches between char* params an signed char* arguments, and viceversa. gcc4 now complaints loud about this. Patch below deletes all those 'signed'. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed