cast (more) time_t values
On x32, the time fields are uint64_t, but long types are 32bit.
So using %ld to show times results in warnings. Cast it long to
avoid those warnings.
Just like commit da3e473ac3289b6782d45c02e749900594c6e96d, but for
some code that has been added since.
BUG=chromium-os:36866
TEST=`emerge-x32-generic libevdev` now works
TEST=`emerge-x86-alex libevdev` still works
Change-Id: I288f31eedfcf0763aef5ba838c73ca0e0fffa9e2
Reviewed-on: https://gerrit.chromium.org/gerrit/44404
Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
1 file changed