Date: Wed, 23 Apr 2008 21:06:51 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_affinity.c thr_attr.c thr_create.c thr_spinlock.c Message-ID: <200804232106.m3NL6p0B062672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2008-04-23 21:06:51 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_affinity.c thr_attr.c thr_create.c thr_spinlock.c Log: Avoid various shadowed variables. libthr is now almost WARNS=4 clean except for some const dequalifiers that needs more careful investigation. Ok'ed by: davidxu Revision Changes Path 1.4 +5 -5 src/lib/libthr/thread/thr_affinity.c 1.13 +9 -9 src/lib/libthr/thread/thr_attr.c 1.45 +5 -5 src/lib/libthr/thread/thr_create.c 1.16 +6 -6 src/lib/libthr/thread/thr_spinlock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804232106.m3NL6p0B062672>