ofproto-dpif: Fix incorrect printf format specifiers.
authorBen Pfaff <blp@nicira.com>
Mon, 10 Jun 2013 18:26:03 +0000 (11:26 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 10 Jun 2013 18:26:03 +0000 (11:26 -0700)
commit09672174bf12baf8096fb628c16d2bae656eed95
tree17ed7f8b6868242da420d6295456cb1b0883d20b
parentb1612a86b5cebc7f13f10fd5f5b084fcc4b80e49
ofproto-dpif: Fix incorrect printf format specifiers.

    cc1: warnings being treated as errors
    ../ofproto/ofproto-dpif.c: In function ‘dpif_show_backer’:
    ../ofproto/ofproto-dpif.c:8305: error: format ‘%llu’ expects type ‘long
    long unsigned int’, but argument 4 has type ‘size_t’
    ../ofproto/ofproto-dpif.c:8305: error: format ‘%llu’ expects type ‘long
    long unsigned int’, but argument 5 has type ‘size_t’

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c