From owner-cvs-all Tue Feb 20 1:54:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5C937B491; Tue, 20 Feb 2001 01:54:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1K9siB01977; Tue, 20 Feb 2001 01:54:44 -0800 (PST) (envelope-from jhb) Message-Id: <200102200954.f1K9siB01977@freefall.freebsd.org> From: John Baldwin Date: Tue, 20 Feb 2001 01:54:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ktr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/20 01:54:44 PST Modified files: sys/sys ktr.h Log: - Axe unused macros used by BSD/OS in assembly for KTR tracing. - Add a __printflike() tag to ktr_tracepoint() in the KTR_EXTEND case to verify the arguments passed to KTR tracepoints. Revision Changes Path 1.8 +2 -8 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message