]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix NetBSD interface stats printf
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 21 Apr 2015 08:42:30 +0000 (10:42 +0200)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:30 +0000 (15:33 +0000)
commit24b46333ddaa742732761f2607c4bf94c9268456
treee3ac92856d66d05cb5ea48d17592bf0b09e7ec95
parent9fc3f9b382e354fcdcd9e8cc202ab2c576d1b162
zebra: fix NetBSD interface stats printf

"format '%qu' expects type 'long long unsigned int', but argument 3 has
type '__uint64_t'"

Move to %llu, which is more standard.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 193e78f2460a537695e34368a29fc5cd02e4e1f5)
zebra/interface.c