com32/lib: fix warning in str*cmp()
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:53:51 +0000 (12:53 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:53:51 +0000 (12:53 -0800)
commitca0b7b54ad00ff1d6d465cc1cf0c307293d721cc
treea44cf0c0225db7b55f7f770f174e95ca4d586b0e
parent8682e180c7ecf747b6e9e4a65346dd0c779411c6
com32/lib: fix warning in str*cmp()

Shut up a warning about initializing pointer across signedness.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/strcasecmp.c
com32/lib/strcmp.c
com32/lib/strncasecmp.c
com32/lib/strncmp.c