diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 02:49:56 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 02:49:56 +0000 |
commit | d990254ee7d59f887b83e2cd27d4acebf02d4c50 (patch) | |
tree | f4b1e1d9497386e88973c0ff048733b40bf9efd2 /sys/arch/mvme68k | |
parent | f6afc6a0073f39e42f66599a1a75c49801328957 (diff) |
remove altq entries.
altq is merged into pf and handled through pf.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/conf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c index fb7b331ab46..55d3c2d2bc8 100644 --- a/sys/arch/mvme68k/mvme68k/conf.c +++ b/sys/arch/mvme68k/mvme68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.30 2002/07/10 22:08:47 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2002/12/05 02:49:55 kjc Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt @@ -160,8 +160,6 @@ cdev_decl(xd); #include "pf.h" -#include <altq/altqconf.h> - #include "systrace.h" struct cdevsw cdevsw[] = @@ -226,7 +224,6 @@ struct cdevsw cdevsw[] = #else cdev_lkm_dummy(), /* 51 */ #endif - cdev_altq_init(NALTQ,altq), /* 52: ALTQ control interface */ }; int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]); |