• Kir Kolyshkin's avatar
    files.c: fix printf format warnings · cced37da
    Kir Kolyshkin authored
    files.c: In function ‘collect_fd’:
    files.c:111:2: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘u64’
    files.c: In function ‘open_fd’:
    files.c:348:3: error: format ‘%d’ expects type ‘int’, but argument 2 has type ‘u64’
    files.c: In function ‘receive_fd’:
    files.c:425:5: error: format ‘%d’ expects type ‘int’, but argument 4 has type ‘u64’
    files.c:425:5: error: format ‘%d’ expects type ‘int’, but argument 5 has type ‘u64’
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    cced37da
files.c 11.5 KB