zlib functions take a gzFile not gzFile * (gzFile is already a pointer).
authormillert <millert@openbsd.org>
Wed, 10 Mar 2021 21:55:22 +0000 (21:55 +0000)
committermillert <millert@openbsd.org>
Wed, 10 Mar 2021 21:55:22 +0000 (21:55 +0000)
commit19739ec85c7b901d49996236504ede60f2d1a07a
tree3cec88022b3a7059eaf9e227c76c46c0c33f3bb4
parentabe2aacc6845fd5ce80896a50e770d4116e9f80c
zlib functions take a gzFile not gzFile * (gzFile is already a pointer).
From Josh Rickmar.
usr.bin/grep/binary.c
usr.bin/grep/file.c
usr.bin/grep/grep.h