Deleted Added
full compact
0a1
> /* $FreeBSD: head/contrib/pf/pfctl/pfctl.c 126355 2004-02-28 17:32:53Z mlaier $ */
38a40,45
> #if defined(__FreeBSD__)
> #include <inttypes.h>
> #include <net/route.h>
> #else
> #define PRIu64 "llu"
> #endif
196a204,207
> #if defined(__FreeBSD__)
> else if (errno == ESRCH)
> errx(1, "pfil registeration failed");
> #endif
546,547c557,558
< printf(" [ Evaluations: %-8llu Packets: %-8llu "
< "Bytes: %-10llu States: %-6u]\n",
---
> printf(" [ Evaluations: %-8"PRIu64" Packets: %-8"PRIu64" "
> "Bytes: %-10"PRIu64" States: %-6u]\n",
611c622
< printf("%llu %llu %llu\n",
---
> printf("%"PRIu64" %"PRIu64" %"PRIu64"\n",
643c654
< printf("%llu %llu %llu\n",
---
> printf("%"PRIu64" %"PRIu64" %"PRIu64"\n",
1224a1236,1238
> #if defined(__FreeBSD__) && !defined(ENABLE_ALTQ)
> return (0);
> #else
1236a1251
> #endif
1478a1494,1496
> #if defined(__FreeBSD__) && !defined(ENABLE_ALTQ)
> altqsupport = 0;
> #else
1479a1498
> #endif