From 136873ca9383ddf28b4811726bedd929e974b157 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 9 Aug 2001 14:33:00 +0000 Subject: change a maze of altq options into just "altq" for the base+red+cbq, and then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. --- sys/altq/altq_wfq.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'sys/altq/altq_wfq.c') diff --git a/sys/altq/altq_wfq.c b/sys/altq/altq_wfq.c index e1545d5b694..d319b10e2a1 100644 --- a/sys/altq/altq_wfq.c +++ b/sys/altq/altq_wfq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_wfq.c,v 1.1 2001/06/27 05:28:36 kjc Exp $ */ +/* $OpenBSD: altq_wfq.c,v 1.2 2001/08/09 14:32:59 deraadt Exp $ */ /* $KAME: altq_wfq.c,v 1.7 2000/12/14 08:12:46 thorpej Exp $ */ /* @@ -31,17 +31,6 @@ * (kyu@mt.cs.keio.ac.jp). */ -#if defined(__FreeBSD__) || defined(__NetBSD__) -#include "opt_altq.h" -#if (__FreeBSD__ != 2) -#include "opt_inet.h" -#ifdef __FreeBSD__ -#include "opt_inet6.h" -#endif -#endif -#endif /* __FreeBSD__ || __NetBSD__ */ -#ifdef ALTQ_WFQ - #include #include #include @@ -748,5 +737,3 @@ static struct altqsw wfq_sw = ALTQ_MODULE(altq_wfq, ALTQT_WFQ, &wfq_sw); #endif /* KLD_MODULE */ - -#endif /* ALTQ_WFQ */ -- cgit v1.2.3