diff options
Diffstat (limited to 'sys/altq/altq_subr.c')
-rw-r--r-- | sys/altq/altq_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/altq_subr.c b/sys/altq/altq_subr.c index 868b3bc56f2..b8f73473c8c 100644 --- a/sys/altq/altq_subr.c +++ b/sys/altq/altq_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_subr.c,v 1.14 2002/12/16 17:27:20 henning Exp $ */ +/* $OpenBSD: altq_subr.c,v 1.15 2003/10/17 19:13:01 henning Exp $ */ /* $KAME: altq_subr.c,v 1.11 2002/01/11 08:11:49 kjc Exp $ */ /* @@ -77,7 +77,7 @@ int pfaltq_running; /* keep track of running state */ * alternate queueing support routines */ -/* look up the queue state by the interface name and the queuing type. */ +/* look up the queue state by the interface name and the queueing type. */ void * altq_lookup(name, type) char *name; |