summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorAndreas Henriksson2015-09-07 08:50:39 +0200
committerKarel Zak2015-09-07 08:50:39 +0200
commite8c000348153f7e5e3ead8bad8f89ec122f6fdb5 (patch)
tree1fc2c26ba5f75c47ce930bfd2318956089ea6b11 /sys-utils/hwclock.c
parentMerge branch 'build-sys' of https://github.com/kolyshkin/util-linux (diff)
downloadkernel-qcow2-util-linux-e8c000348153f7e5e3ead8bad8f89ec122f6fdb5.tar.gz
kernel-qcow2-util-linux-e8c000348153f7e5e3ead8bad8f89ec122f6fdb5.tar.xz
kernel-qcow2-util-linux-e8c000348153f7e5e3ead8bad8f89ec122f6fdb5.zip
hwclock: fix format warning in alpha code
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index bdb98e2cb..4b201d709 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1458,7 +1458,7 @@ manipulate_epoch(const bool getepoch,
"option to tell to what value to set it."));
else if (testing)
printf(_
- ("Not setting the epoch to %d - testing only.\n"),
+ ("Not setting the epoch to %lu - testing only.\n"),
epoch_opt);
else if (set_epoch_rtc(epoch_opt))
printf(_