Skip to content

Conversation

@Louson
Copy link

@Louson Louson commented Nov 25, 2025

Fix two includes in OVAL. Those are minor but they fail the compilation with the musl library.

The include <limits.h> is included to provide PATH_MAX. The include <libgen.h> is required for 'basename'. The include <limits.h> is just unrequired and can be removed from systemdshared.h.

Fix two includes in OVAL. Those are minor but they fail the compilation
with the musl library.

The include <limits.h> is included to provide PATH_MAX. The include
<libgen.h> is required for 'basename'. The include <limits.h> is just
unrequired and can be removed from systemdshared.h.

Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
@evgenyz
Copy link
Contributor

evgenyz commented Nov 25, 2025

Thanks!

@evgenyz evgenyz merged commit a9c51af into OpenSCAP:main Nov 25, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants