Date: Sun, 03 Jul 2005 01:26:17 -0000 From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/altq/altq altq_subr.c altq_var.h Message-ID: <200502211711.j1LHB9LA047686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502211711.j1LHB9LA047686>
