On Thu, Mar 26, 2020 at 12:13 AM Rosen Penev wrote:
>
> SYS_clock_gettime is gone with musl 1.2.0. Switched to the function.
>
> Also fixed two format strings that fail as time_t is 64-bit with 1.2.0.
>
> Signed-off-by: Rosen Penev
> ---
> v3: no need for linking to librt
> v2: switch to functi
SYS_clock_gettime is gone with musl 1.2.0. Switched to the function.
Also fixed two format strings that fail as time_t is 64-bit with 1.2.0.
Signed-off-by: Rosen Penev
---
v3: no need for linking to librt
v2: switch to function
src/dhcpv6-ia.c | 8
src/odhcpd.c| 2 +-
2 files cha