From owner-cvs-all@FreeBSD.ORG Fri May 23 02:48:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49F437B401; Fri, 23 May 2003 02:48:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5151C43F3F; Fri, 23 May 2003 02:48:21 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4N9mL0U036147; Fri, 23 May 2003 02:48:21 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4N9mL5E036146; Fri, 23 May 2003 02:48:21 -0700 (PDT) Message-Id: <200305230948.h4N9mL5E036146@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 23 May 2003 02:48:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 09:48:22 -0000 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