]> git.proxmox.com Git - mirror_lxc.git/commit
Fix a format string build failure on x32.
authorAdam Borowski <kilobyte@angband.pl>
Sun, 15 Oct 2017 19:09:03 +0000 (19:09 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 19 Oct 2017 01:22:06 +0000 (21:22 -0400)
commitd9d811bf67fc236a9976586ee83a4d56acb0d914
tree391ec97b2b787eb9e29bf51c02bc99278b61704a
parent50d5fde16f83d3c5d47d9c875d58563827b584e7
Fix a format string build failure on x32.

Both of struct timespec fields are 64-bit on any new architecture, even
32-bit ones.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
src/lxc/log.c