Deleted Added
full compact
0a1
> /* $FreeBSD: head/contrib/pf/pfctl/pfctl_qstats.c 126355 2004-02-28 17:32:53Z mlaier $ */
38a40,45
> #if defined(__FreeBSD__)
> #include <inttypes.h>
> #else
> #define PRIu64 "llu"
> #endif
>
87a95,98
> #if defined(__FreeBSD__)
> if (!altqsupport)
> return (-1);
> #endif
278,279c289,290
< printf(" [ pkts: %10llu bytes: %10llu "
< "dropped pkts: %6llu bytes: %6llu ]\n",
---
> printf(" [ pkts: %10"PRIu64" bytes: %10"PRIu64" "
> "dropped pkts: %6"PRIu64" bytes: %6"PRIu64" ]\n",
299,300c310,311
< printf(" [ pkts: %10llu bytes: %10llu "
< "dropped pkts: %6llu bytes: %6llu ]\n",
---
> printf(" [ pkts: %10"PRIu64" bytes: %10"PRIu64" "
> "dropped pkts: %6"PRIu64" bytes: %6"PRIu64" ]\n",
319,320c330,331
< printf(" [ pkts: %10llu bytes: %10llu "
< "dropped pkts: %6llu bytes: %6llu ]\n",
---
> printf(" [ pkts: %10"PRIu64" bytes: %10"PRIu64" "
> "dropped pkts: %6"PRIu64" bytes: %6"PRIu64" ]\n",