2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

files: Fix compilation on PI

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2014-06-25 14:13:00 +04:00
committed by Pavel Emelyanov
parent 905ceac7c5
commit f5b67f5148

View File

@@ -700,7 +700,7 @@ int open_path(struct file_desc *d,
}
if (st.st_size != rfi->rfe->size) {
pr_err("File %s has bad size %lu (expect %lu)\n",
pr_err("File %s has bad size %"PRIu64" (expect %"PRIu64")\n",
rfi->path, st.st_size,
(unsigned long)rfi->rfe->size);
return -1;