summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_altq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl/pfctl_altq.c')
-rw-r--r--sbin/pfctl/pfctl_altq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c
index ce3b860de50..e3d3f341fb1 100644
--- a/sbin/pfctl/pfctl_altq.c
+++ b/sbin/pfctl/pfctl_altq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_altq.c,v 1.99 2013/03/20 00:18:00 deraadt Exp $ */
+/* $OpenBSD: pfctl_altq.c,v 1.100 2013/10/12 12:16:11 henning Exp $ */
/*
* Copyright (c) 2002
@@ -181,7 +181,7 @@ print_queue(const struct pf_altq *a, unsigned int level,
{
unsigned int i;
- printf("queue ");
+ printf("oldqueue ");
for (i = 0; i < level; ++i)
printf(" ");
printf("%s ", a->qname);