nispor / mozim

DHCP Client Daemon
Apache License 2.0
11 stars 9 forks source link

Fix build failure on i686 #14

Closed cathay4t closed 1 year ago

cathay4t commented 1 year ago

The libc::time_t is i32 on i686 while x64 is i64. Hence we use try_into for the conversion.

CI expand to include build test on i686.