diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-01-14 08:42:24 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-01-14 08:42:24 +0000 |
commit | dc96390f9e05cb1309e6c9fa128c0a72b89f0738 (patch) | |
tree | c73d1ffaa59452686182ede44168305d8a72842a /sys/altq/altq_subr.c | |
parent | 804d7fbaf7680e96f53e137bf37667b65a05da9c (diff) |
eliminate the predefined special qids so that qids become simple
identifiers without embedded meanings.
this also allows us to make the semantics of the qid assignment in line
with the tag assignment in the next step.
ok, henning@
Diffstat (limited to 'sys/altq/altq_subr.c')
-rw-r--r-- | sys/altq/altq_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/altq/altq_subr.c b/sys/altq/altq_subr.c index b8f73473c8c..6599c79b680 100644 --- a/sys/altq/altq_subr.c +++ b/sys/altq/altq_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_subr.c,v 1.15 2003/10/17 19:13:01 henning Exp $ */ +/* $OpenBSD: altq_subr.c,v 1.16 2004/01/14 08:42:23 kjc Exp $ */ /* $KAME: altq_subr.c,v 1.11 2002/01/11 08:11:49 kjc Exp $ */ /* @@ -37,7 +37,6 @@ #include <sys/kernel.h> #include <sys/errno.h> #include <sys/syslog.h> -#include <uvm/uvm_extern.h> #include <sys/sysctl.h> #include <sys/queue.h> |