Re: [Rpm-maint] [rpm-software-management/rpm] Fix missing includes on macOS (PR #2571)

2023-07-12 Thread Calvin Buckley
@NattyNarwhal pushed 1 commit. cd8878d51fc1d8dc177bed2a4e622eb07570a91c Cast to fix constiness checks -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2571/files/56831f16ff2588bc61c9a252fb3157f5246c47f7..cd8878d51fc1d8dc177bed2a4e622eb07570a91c You are receiving this be

Re: [Rpm-maint] [rpm-software-management/rpm] Fix missing includes on macOS (PR #2571)

2023-07-12 Thread Calvin Buckley
That's weird, `basename(3)` should take a `char*`, not `const char*`, per the glibc and macOS man page. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2571#issuecomment-163278 You are receiving this because you are subscribed to this

[Rpm-maint] [rpm-software-management/rpm] Fix missing includes on macOS (PR #2571)

2023-07-11 Thread Calvin Buckley
These two headers were missing, and would break with implicit function declarations disabled. I assume glibc and friends includes these through other headers. This should fix the build on macOS. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-ma