Subject: CVS commit: [netbsd-2] src/lib/libpthread_dbg
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 08/27/2005 05:14:49
Module Name:	src
Committed By:	snj
Date:		Sat Aug 27 05:14:49 UTC 2005

Modified Files:
	src/lib/libpthread_dbg [netbsd-2]: pthread_dbg.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #5615):
	lib/libpthread_dbg/pthread_dbg.c: revision 1.24
Ouch. Lint didn't like the last change on sparc64. The reason:
<machine/reg.h> plays dirty naming tricks on sparc64 to allow 32bit
compatibility (reg ->  reg64 and the parameter in
PTHREAD_REG_TO_UCONTEXT() is called reg). This probably needs to be
fixed separately, but for now reordering the includes will do.


To generate a diff of this commit:
cvs rdiff -r1.16.4.2 -r1.16.4.3 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.