diff options
-rw-r--r-- | sys/altq/altq.h | 4 |
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 |