Genivia / ugrep

NEW ugrep 6.5: a more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more
https://ugrep.com
BSD 3-Clause "New" or "Revised" License
2.56k stars 109 forks source link

ugrep 5.1.3 FTFBS with musl #381

Closed leahneukirchen closed 4 months ago

leahneukirchen commented 4 months ago

The patch a87445853c297551d49a993ff8b536d2b6c755bd introduced usage of caddr_t (not sure why, just using char * should work as well?), but it does not #include <sys/types.h>. Adding this include fixes build with musl.

genivia-inc commented 4 months ago

Thank you for your feedback. The caddr_t change was made for AIX. I will add sys/types.h. Thanks for reporting!

genivia-inc commented 4 months ago
image