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/mvmeppc | |
parent | f6afc6a0073f39e42f66599a1a75c49801328957 (diff) |
remove altq entries.
altq is merged into pf and handled through pf.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/conf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/conf.c b/sys/arch/mvmeppc/mvmeppc/conf.c index 057420238e5..8e0100965f9 100644 --- a/sys/arch/mvmeppc/mvmeppc/conf.c +++ b/sys/arch/mvmeppc/mvmeppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 2002/07/10 22:08:47 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2002/12/05 02:49:55 kjc Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -116,8 +116,6 @@ cdev_decl(xfs_dev); #include "pf.h" -#include <altq/altqconf.h> - #include "systrace.h" struct cdevsw cdevsw[] = { @@ -203,7 +201,6 @@ struct cdevsw cdevsw[] = { cdev_notdef(), /* 68: i4b phone device */ cdev_notdef(), /* 69: i4b phone device */ cdev_notdef(), /* 70: i4b phone device */ - cdev_altq_init(NALTQ,altq), /* 71: ALTQ control interface */ }; int nchrdev = sizeof cdevsw / sizeof cdevsw[0]; |