From owner-cvs-all Fri Sep 21 15:22:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B642E37B405; Fri, 21 Sep 2001 15:22:25 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LMMPp16469; Fri, 21 Sep 2001 15:22:25 -0700 (PDT) (envelope-from jhb) Message-Id: <200109212222.f8LMMPp16469@freefall.freebsd.org> From: John Baldwin Date: Fri, 21 Sep 2001 15:22:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c X-FreeBSD-CVS-Branch: HEAD 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 jhb 2001/09/21 15:22:25 PDT Modified files: sys/kern tty_pty.c Log: Use the passed in thread pointer instead of curthread in calls to selrecord() in ptcpoll(). The pre-KSE code used the passed in proc pointer rather than curproc, and an earlier seltrue() call uses the passed in thread and not curthread. Revision Changes Path 1.90 +3 -3 src/sys/kern/tty_pty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message