Subject: CVS commit: src/lib
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/08/2003 10:03:38
Module Name:	src
Committed By:	lukem
Date:		Sat Mar  8 08:03:37 UTC 2003

Modified Files:
	src/lib/libpthread: pthread.c pthread_alarms.c pthread_barrier.c
	    pthread_cancelstub.c pthread_cond.c pthread_debug.c pthread_lock.c
	    pthread_mutex.c pthread_run.c pthread_rwlock.c pthread_sa.c
	    pthread_sig.c pthread_sleep.c pthread_specific.c pthread_stack.c
	    sched.c sem.c
	src/lib/libpthread/arch/i386: pthread_md.c
	src/lib/libpthread/arch/m68k: pthread_md.c
	src/lib/libpthread_dbg: pthread_dbg.c

Log Message:
add __RCSID()


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread.c
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_alarms.c \
    src/lib/libpthread/pthread_cancelstub.c \
    src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_barrier.c \
    src/lib/libpthread/pthread_lock.c src/lib/libpthread/pthread_specific.c \
    src/lib/libpthread/sem.c
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_cond.c \
    src/lib/libpthread/pthread_run.c
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_debug.c
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_sa.c \
    src/lib/libpthread/pthread_stack.c
cvs rdiff -r1.10 -r1.11 src/lib/libpthread/pthread_sig.c
cvs rdiff -r1.1 -r1.2 src/lib/libpthread/pthread_sleep.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/sched.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/arch/i386/pthread_md.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/arch/m68k/pthread_md.c
cvs rdiff -r1.4 -r1.5 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.