diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-09-08 23:50:44 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-09 12:36:25 -0500 |
commit | 25d5de8fd9698fed0fdbbd8949fd4089602b796d (patch) | |
tree | 30e00faaf5233cc29ce8fa8f25c19cae439df10d /src/rc/fstabinfo.c | |
parent | b5cf79f7472e187c82f0acbee5311b868d1605b0 (diff) |
fix build under musl 1.2 on 32 bit systems
Since musl 1.2 time_t is a 64 bit value, even on 32 bit systems. A
hotfix for printing the value is simply using PRIu64 from inttypes.h
in the format string.
This fixes #446.
Diffstat (limited to 'src/rc/fstabinfo.c')
0 files changed, 0 insertions, 0 deletions