diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-05-02 10:23:03 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-05-02 10:23:03 +0000 |
commit | 05195f8d61c930352cd480f34c64826d36afea64 (patch) | |
tree | 149f8a5b912023474ee5ed1fc4ec3cf2202ffa35 /usr.bin/compress/zopen.c | |
parent | 48ce8ca1aab1454e37927719dd6f4f0ec3d3dc49 (diff) | |
download | src-test2-05195f8d61c930352cd480f34c64826d36afea64.tar.gz src-test2-05195f8d61c930352cd480f34c64826d36afea64.zip |
Notes
Diffstat (limited to 'usr.bin/compress/zopen.c')
-rw-r--r-- | usr.bin/compress/zopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index b52c8244639f..091a2e3b14a3 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; |