apps: Silence some compiler warnings on 64-bit archs
commitd041296c2c603f95c174bdd001039495b31ac917
authorAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 16:08:54 +0000 (6 18:08 +0200)
committerAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 16:08:54 +0000 (6 18:08 +0200)
tree8045cf3e2f88d760cca112160ab02bca0f825241
parent94d6e960295e7ae499ecbbc918c737deecdd117f
apps: Silence some compiler warnings on 64-bit archs

This patch merely replaces uint64_t with unsigned long long for
some variables which get printed in both showlog and import.

This has no binary effect what so ever on 32-bit archs and has
a minimal impact on 64-bit ones, but it should mean we get rid
of some annoying build warnings.

Signed-off-by: Andreas Ericsson <ae@op5.se>
import.c
showlog.c