Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match with

manual page.

Reviewed by:	jhb, pjd
This commit is contained in:
Gleb Smirnoff 2005-09-02 19:34:13 +00:00
parent 1e72f11f56
commit 1048c51f6d

View File

@ -87,7 +87,7 @@
/* Trace classes to compile in */
#ifndef KTR_COMPILE
#define KTR_COMPILE (KTR_GEN)
#define KTR_COMPILE (KTR_ALL)
#endif
/* Trace classes that can not be used with KTR_ALQ */