Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/15/2003 02:52:19
Module Name:	src
Committed By:	nathanw
Date:		Sat Feb 15 00:52:19 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_barrier.c pthread_mutex.c pthread_rwlock.c
	    pthread_stack.c

Log Message:
Remove unnecessary inclusion of <assert.h>.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.8 -r1.9 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_stack.c

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