X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b9f915bceb21812e4bd2ca1c616d044b61d596e1..4c2790a43252b9cac1fe7f6b50b51c3c55d2370a:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 37e60b59..70393ea5 100644 --- a/print-rx.c +++ b/print-rx.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.40 2008-05-12 18:16:42 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.42 2008-07-01 07:44:50 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -707,7 +707,7 @@ rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, TCHECK2(bp[0], sizeof(u_int64_t)); \ i = EXTRACT_64BITS(bp); \ bp += sizeof(u_int64_t); \ - printf(" %llu", i); \ + printf(" %" PRIu64, i); \ } #define DATEOUT() { time_t t; struct tm *tm; char str[256]; \