]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
Address Michael's comments.
[tcpdump] / print-rx.c
index 37e60b59c072f4004c8596a21ad03b86500d927a..70393ea5cbbe2c290971d012a349d81f74edde1d 100644 (file)
@@ -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]; \