CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2026/05/22 12:07:06

Modified files:
        mail/mboxgrep  : Makefile 
        mail/mboxgrep/patches: patch-src_main_c 
Added files:
        mail/mboxgrep/patches: patch-src_scan_c patch-src_wrap_c 
                               patch-src_wrap_h 

Log message:
mboxgrep: fix build with llvm22

gzFile is a pointer type, so it should be used, not gzFile *. It is also
not equivalent to FILE *, so undo some incorrect fixes from prior compiler
updates.

Reply via email to