-/* $OpenBSD: pfctl.c,v 1.159 2003/03/10 13:28:00 henning Exp $ */
+/* $OpenBSD: pfctl.c,v 1.160 2003/03/11 11:53:28 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
}
printf("]\n");
- printf("[ Queue: qname=%s qid=%d pqname=%s pqid=%d ]\n",
+ printf("[ queue: qname=%s qid=%u pqname=%s pqid=%u ]\n",
rule->qname, rule->qid, rule->pqname, rule->pqid);
}
if (opts & PF_OPT_VERBOSE)
-/* $OpenBSD: pfctl_qstats.c,v 1.14 2003/03/08 14:26:31 henning Exp $ */
+/* $OpenBSD: pfctl_qstats.c,v 1.15 2003/03/11 11:53:28 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer
pfctl_print_altq_nodestat(dev, node);
if (opts & PF_OPT_DEBUG)
- printf("[ qid=%d ifname=%s ifbandwidth=%s ]\n", node->altq.qid,
+ printf("[ qid=%u ifname=%s ifbandwidth=%s ]\n", node->altq.qid,
node->altq.ifname, rate2str(node->altq.ifbandwidth));
for (child = node->children; child != NULL;