Re: cvs commit: src/lib/libpthread/thread thr_barrier.c

2006-03-28 Thread Daniel Eischen
On Tue, 28 Mar 2006, Dag-Erling [iso-8859-1] Smørgrav wrote: > Daniel Eischen <[EMAIL PROTECTED]> writes: > > Log: > > Use the correct type for and argument. Recent changes to namespace.h > > exposed this bug. > > You beat me to it... > > The attached patch brings libpthread up to WARNS lev

Re: cvs commit: src/lib/libpthread/thread thr_barrier.c

2006-03-28 Thread Dag-Erling Smørgrav
Daniel Eischen <[EMAIL PROTECTED]> writes: > Log: > Use the correct type for and argument. Recent changes to namespace.h > exposed this bug. You beat me to it... The attached patch brings libpthread up to WARNS level 2. More work is required for level 3 or higher (missing prototypes for s

cvs commit: src/lib/libpthread/thread thr_barrier.c

2006-03-28 Thread Daniel Eischen
deischen2006-03-28 21:08:00 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_barrier.c Log: Use the correct type for and argument. Recent changes to namespace.h exposed this bug. Reported by:kris Revision ChangesPath 1.3 +1 -1