cast 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.

BUG=chromium-os:36866
TEST=`emerge-x32-generic libevdev` now works
TEST=`emerge-x86-alex libevdev` still works

Change-Id: Ieeabe6bb34cd59f537ae58ae0a6ac6f3fa522754
Reviewed-on: https://gerrit.chromium.org/gerrit/40185
Reviewed-by: Chung-yih Wang <[email protected]>
Reviewed-by: Che-Liang Chiou <[email protected]>
Tested-by: Mike Frysinger <[email protected]>
Commit-Queue: Mike Frysinger <[email protected]>
1 file changed
tree: 72da39b8057d428f6c8b84b4aaaef66faf2240af
  1. include/
  2. src/
  3. common.mk
  4. Makefile