cvs commit: src/lib/libthr Makefile src/lib/libthr/arch/i386/i386
_setcurthread.c src/lib/libthr/thread thr_autoinit.c thr_cancel.c
thr_create.c thr_detach.c thr_exit.c thr_init.c thr_kern.c
thr_mutex.c thr_printf.c thr_private.h thr_resume_np.c ...
Mike Makonnen
mtm at FreeBSD.org
Fri May 23 02:48:22 PDT 2003
mtm 2003/05/23 02:48:20 PDT
FreeBSD src repository
Modified files:
lib/libthr Makefile
lib/libthr/arch/i386/i386 _setcurthread.c
lib/libthr/thread thr_autoinit.c thr_cancel.c thr_create.c
thr_detach.c thr_exit.c thr_init.c
thr_kern.c thr_mutex.c thr_printf.c
thr_private.h thr_resume_np.c
thr_setschedparam.c thr_sig.c
thr_syscalls.c
Log:
Make WARNS2 clean. The fixes mostly included:
o removed unused variables
o explicit inclusion of header files
o prototypes for externally defined functions
Approved by: re/blanket libthr
Revision Changes Path
1.3 +2 -0 src/lib/libthr/Makefile
1.6 +5 -0 src/lib/libthr/arch/i386/i386/_setcurthread.c
1.2 +4 -0 src/lib/libthr/thread/thr_autoinit.c
1.4 +1 -0 src/lib/libthr/thread/thr_cancel.c
1.6 +0 -1 src/lib/libthr/thread/thr_create.c
1.3 +1 -0 src/lib/libthr/thread/thr_detach.c
1.5 +3 -0 src/lib/libthr/thread/thr_exit.c
1.5 +1 -2 src/lib/libthr/thread/thr_init.c
1.6 +1 -1 src/lib/libthr/thread/thr_kern.c
1.8 +4 -2 src/lib/libthr/thread/thr_mutex.c
1.2 +1 -0 src/lib/libthr/thread/thr_printf.c
1.7 +1 -1 src/lib/libthr/thread/thr_private.h
1.3 +1 -0 src/lib/libthr/thread/thr_resume_np.c
1.4 +4 -1 src/lib/libthr/thread/thr_setschedparam.c
1.6 +2 -2 src/lib/libthr/thread/thr_sig.c
1.2 +10 -0 src/lib/libthr/thread/thr_syscalls.c
More information about the cvs-src
mailing list