K 10 svn:author V 6 mlaier K 8 svn:date V 27 2005-02-21T17:11:09.000000Z K 7 svn:log V 432 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 (w/ changes) END