From owner-cvs-all@FreeBSD.ORG Sun Oct 10 18:34:30 2004 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 7BB6D16A4CE; Sun, 10 Oct 2004 18:34:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABBB43D1D; Sun, 10 Oct 2004 18:34:30 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AIYU1G095177; Sun, 10 Oct 2004 18:34:30 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AIYUNU095176; Sun, 10 Oct 2004 18:34:30 GMT (envelope-from dwmalone) Message-Id: <200410101834.i9AIYUNU095176@repoman.freebsd.org> From: David Malone Date: Sun, 10 Oct 2004 18:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_util.h 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: Sun, 10 Oct 2004 18:34:30 -0000 dwmalone 2004-10-10 18:34:30 UTC FreeBSD src repository Modified files: sys/compat/linux linux_util.h Log: Rename thread args to be called "td" rather than "p" to be consistent with other bits of this file. There should be no functional change. Submitted by: Andrea Campi (many moons ago) MFC after: 2 month Revision Changes Path 1.23 +6 -6 src/sys/compat/linux/linux_util.h