From 60c19065cdb40755c9c211ce2bf3350dec104a2d Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 2 May 2005 10:23:03 +0000 Subject: Consistently use signed char so gcc4 won't complain --- usr.bin/compress/zopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/compress') diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index b52c824..091a2e3 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -241,7 +241,7 @@ zwrite(void *cookie, const char *wbp, int num) code_int i; int c, disp; struct s_zstate *zs; - const u_char *bp; + const char *bp; u_char tmp; int count; -- cgit v1.1