summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2014-04-19 16:02:18 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2014-04-19 16:02:18 +0000
commit7ba085eb45331fe601ce368b6a245a52f483031a (patch)
tree96df4ac2faf264068104429b1b4a58e232cfbbfc /sys/net
parent949b52674c2bc897486602ac7f5b91d4f6ff6b65 (diff)
disgusting altq compat hack goes away
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/hfsc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/net/hfsc.h b/sys/net/hfsc.h
index d216e84c98c..8cbef7d277a 100644
--- a/sys/net/hfsc.h
+++ b/sys/net/hfsc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hfsc.h,v 1.5 2014/01/27 15:41:06 pelikan Exp $ */
+/* $OpenBSD: hfsc.h,v 1.6 2014/04/19 16:02:17 henning Exp $ */
/*
* Copyright (c) 2012-2013 Henning Brauer <henning@openbsd.org>
@@ -256,12 +256,6 @@ struct hfsc_if {
#define HFSC_ENABLED(ifq) ((ifq)->ifq_hfsc != NULL)
#define HFSC_DEFAULT_QLIMIT 50
-/* XXX hack */
-#ifndef ALTQ_IS_ENABLED
-#define ALTQ_IS_ENABLED(ifq) HFSC_ENABLED(ifq)
-#endif
-/* XXX hack */
-
struct ifnet; struct ifqueue; struct pf_queuespec;
int hfsc_attach(struct ifnet *);