Skip to content

Conversation

@larsewi
Copy link
Contributor

@larsewi larsewi commented Nov 21, 2025

Always include platform.h before system headers. Otherwise types such as
off_t will use 32-bit layout instead of the 64-bit layout required by
_FILE_OFFSET_BITS=64 on HP-UX.

Ticket: ENT-13531
Signed-off-by: Lars Erik Wik lars.erik.wik@northern.tech

Always include platform.h before system headers. Otherwise types such as
off_t will use 32-bit layout instead of the 64-bit layout required by
_FILE_OFFSET_BITS=64 on HP-UX.

Ticket: ENT-13531
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi larsewi changed the title Fixed diskfree() returning garbage value ENT-13531: Fixed diskfree() returning garbage value Nov 21, 2025
@larsewi
Copy link
Contributor Author

larsewi commented Nov 21, 2025

HP-UX only:
Build Status

@larsewi larsewi marked this pull request as ready for review November 21, 2025 12:54
@larsewi
Copy link
Contributor Author

larsewi commented Nov 21, 2025

@larsewi
Copy link
Contributor Author

larsewi commented Nov 24, 2025

Backported to #5958

@larsewi
Copy link
Contributor Author

larsewi commented Nov 24, 2025

Backported to #5959

@larsewi larsewi merged commit d549cd9 into cfengine:master Nov 25, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants