From owner-cvs-all Fri Sep 20 8:24:11 2002 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 C716A37B401; Fri, 20 Sep 2002 08:24:10 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BDC43E4A; Fri, 20 Sep 2002 08:24:09 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8KFO89R078509; Fri, 20 Sep 2002 09:24:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 Sep 2002 09:23:10 -0600 (MDT) Message-Id: <20020920.092310.65883487.imp@bsdimp.com> To: jhb@FreeBSD.org Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c From: "M. Warner Losh" In-Reply-To: References: <200209200430.g8K4U0uH011854@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: John Baldwin writes: : : On 20-Sep-2002 Warner Losh wrote: : > imp 2002/09/19 21:30:00 PDT : > : > Modified files: : > sys/compat/linux linux_ioctl.c : > Log: : > Current uses struct thread *td rather than struct proc *p. : : Perhaps this should be using d_thread_t then since the intent is : to share it with 4.x? I checked for that, but the rest of the module didn't use d_thread_t, so I just made it match the rest of the code in the neighborhood. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message