summaryrefslogtreecommitdiff
path: root/sys/altq
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@cvs.openbsd.org>2001-08-09 15:30:11 +0000
committerKenjiro Cho <kjc@cvs.openbsd.org>2001-08-09 15:30:11 +0000
commita8b98b2a9f20313e9083e3d4dd32a4e528cbed22 (patch)
tree55e12237f027f0c910d9d4503cea1c1d515da4e9 /sys/altq
parent2b03da3827d55a25ef841f736fde8a928760a10c (diff)
typo: ALTQ_CQB -> ALTQ_CBQ
Diffstat (limited to 'sys/altq')
-rw-r--r--sys/altq/altq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/altq.h b/sys/altq/altq.h
index 714a3af1fd6..b3732aeb328 100644
--- a/sys/altq/altq.h
+++ b/sys/altq/altq.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq.h,v 1.2 2001/08/09 14:32:59 deraadt Exp $ */
+/* $OpenBSD: altq.h,v 1.3 2001/08/09 15:30:10 kjc Exp $ */
/* $KAME: altq.h,v 1.6 2000/12/14 08:12:45 thorpej Exp $ */
/*
@@ -35,7 +35,7 @@
#include <netinet/in.h>
#define ALTQ_RED /* Always included */
-#define ALTQ_CQB /* Always included */
+#define ALTQ_CBQ /* Always included */
#ifndef IFNAMSIZ
#define IFNAMSIZ 16