Subject: CVS commit: src/lib/libpthread_dbg
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 06/03/2004 15:22:09
Module Name:	src
Committed By:	nathanw
Date:		Thu Jun  3 15:22:08 UTC 2004

Modified Files:
	src/lib/libpthread_dbg: pthread_dbg.c

Log Message:
Get the td_thread_t * corresponding to nthread to mess with its lwp
data, rather than trying a nonsensical operation on a caddr_t from a
different address space.

Moral: test-compile in the same tree you're working in.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/libpthread_dbg/pthread_dbg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.