On Wed, 10 Mar 2021 16:46:32 -0500, Josh Rickmar wrote: > The compress(3) family of utility functions return and operate on > gzFile, a typedef for void*. The extra pointer to this gzFile in > grep(1) can be removed. Other uses of these compress(3) functions in > tree (spamd, mandoc, smtpd) do not use the extra pointer.
Thanks, committed. - todd