X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/dd9a7133c2f7f8da790f9e5eb0d5929e9249a71a..687b442022e0eed6c76a01fadec2199c93b42a39:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 02775d3a..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.41 2008-07-01 07:40:39 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(" " PRIu64, i); \ + printf(" %" PRIu64, i); \ } #define DATEOUT() { time_t t; struct tm *tm; char str[256]; \