summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-05-02 10:23:03 +0000
committerdelphij <delphij@FreeBSD.org>2005-05-02 10:23:03 +0000
commit60c19065cdb40755c9c211ce2bf3350dec104a2d (patch)
tree149f8a5b912023474ee5ed1fc4ec3cf2202ffa35 /usr.bin/compress
parent4497410a323f8723fe74dd5573e4c1ce0027d5a3 (diff)
downloadFreeBSD-src-60c19065cdb40755c9c211ce2bf3350dec104a2d.zip
FreeBSD-src-60c19065cdb40755c9c211ce2bf3350dec104a2d.tar.gz
Consistently use signed char so gcc4 won't complain
Diffstat (limited to 'usr.bin/compress')
-rw-r--r--usr.bin/compress/zopen.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud