[PATCH] Kill a bunch of pointer sign warnings for gcc4
authorBrian Gerst <bgerst@didntduck.org>
Wed, 18 May 2005 12:14:09 +0000 (08:14 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 15:44:23 +0000 (08:44 -0700)
- Raw hashes should be unsigned char.
- String functions want signed char.
- Hash and compress functions want unsigned char.

Signed-off By: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found