cvs commit: src/sys/contrib/altq/altq altq_subr.c altq_var.h
Max Laier
mlaier at FreeBSD.org
Mon Feb 21 17:11:10 GMT 2005
mlaier 2005-02-21 17:11:09 UTC
FreeBSD src repository
Modified files:
sys/contrib/altq/altq altq_subr.c altq_var.h
Log:
Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It
was a bad idea, but since it is done like this in the vendor source we keep
it around for older versions. As a safe guard against future misuse we don't
even define CALLOUT_INITIALIZER anymore.
This fixes ALTQ after callout_init_mtx() and takes altq_var.h off the vendor
branch.
Submitted by: Divacky Roman <xdivac02NOstud.fit.vutbrSPAMcz> (w/ changes)
Revision Changes Path
1.6 +7 -0 src/sys/contrib/altq/altq/altq_subr.c
1.2 +2 -1 src/sys/contrib/altq/altq/altq_var.h
More information about the cvs-src
mailing list