Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 03/11/2003 02:18:36
Module Name:	src
Committed By:	nathanw
Date:		Tue Mar 11 00:18:36 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_alarms.c

Log Message:
* Use a <= comparison rather than a < comparison when searching for
  alarms to process.

* Remove a redundant assignment.

* Make a debug message more consistent with the others.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_alarms.c

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