From owner-cvs-src@FreeBSD.ORG Wed Apr 23 21:06:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 027D81065674; Wed, 23 Apr 2008 21:06:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFB858FC13; Wed, 23 Apr 2008 21:06:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3NL6pl8062673; Wed, 23 Apr 2008 21:06:51 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3NL6p0B062672; Wed, 23 Apr 2008 21:06:51 GMT (envelope-from delphij) Message-Id: <200804232106.m3NL6p0B062672@repoman.freebsd.org> From: Xin LI Date: Wed, 23 Apr 2008 21:06:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_affinity.c thr_attr.c thr_create.c thr_spinlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 21:06:52 -0000 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