Subject: CVS commit: [ktrace-lwp] src/sys
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 02/16/2005 07:42:16
Module Name: src
Committed By: skrll
Date: Wed Feb 16 07:42:16 UTC 2005
Modified Files:
src/sys/kern [ktrace-lwp]: kern_ktrace.c
src/sys/sys [ktrace-lwp]: ktrace.h
Log Message:
Simplify the record writing process as sizeof(struct ktr_header)
doesn't change. If it does increase in the future deal with it then.
Delete struct ktr_compat as it is not needed.
To generate a diff of this commit:
cvs rdiff -r1.74.2.13 -r1.74.2.14 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.30.2.9 -r1.30.2.10 src/sys/sys/ktrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.