Commit 298001f
committed
Fixed diskfree() returning garbage value
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>
(cherry picked from commit c30bead)1 parent 1a67d4e commit 298001f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments