From owner-cvs-all@FreeBSD.ORG Thu Jun 7 19:45:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3BCF16A400; Thu, 7 Jun 2007 19:45:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D18C13C457; Thu, 7 Jun 2007 19:45:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l57JjKYv030578; Thu, 7 Jun 2007 19:45:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l57JjKwu030570; Thu, 7 Jun 2007 19:45:20 GMT (envelope-from jhb) Message-Id: <200706071945.l57JjKwu030570@repoman.freebsd.org> From: John Baldwin Date: Thu, 7 Jun 2007 19:45:20 +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/sys/kern kern_thr.c src/sys/sys syscallsubr.h thr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 07 Jun 2007 19:45:20 -0000 jhb 2007-06-07 19:45:19 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c sys/sys syscallsubr.h thr.h Log: - Remove unused variable from create_thread(). - Move kern_thr_*() prototype to where all the other kern_*() prototypes live. Revision Changes Path 1.61 +1 -2 src/sys/kern/kern_thr.c 1.46 +3 -0 src/sys/sys/syscallsubr.h 1.13 +1 -4 src/sys/sys/thr.h