summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjc <kjc@openbsd.org>2001-08-09 15:30:10 +0000
committerkjc <kjc@openbsd.org>2001-08-09 15:30:10 +0000
commit5d0e898b3f905c84c20d5bf83de169da575823b8 (patch)
tree9853c276738f6e7d3e7cb41ee8a020b405030e36
parento wheel and lastchance are -v args (variable), not -s (service) (diff)
downloadwireguard-openbsd-5d0e898b3f905c84c20d5bf83de169da575823b8.tar.xz
wireguard-openbsd-5d0e898b3f905c84c20d5bf83de169da575823b8.zip
typo: ALTQ_CQB -> ALTQ_CBQ
-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