From owner-cvs-all Tue Jan 23 10:24:16 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 5E66837B402; Tue, 23 Jan 2001 10:23:53 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0NINnx48285; Tue, 23 Jan 2001 10:23:49 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0NINOe26026; Tue, 23 Jan 2001 10:23:24 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101231302.f0ND2mO31884@freefall.freebsd.org> Date: Tue, 23 Jan 2001 10:23:24 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/sys/kern kern_kthread.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-01 Jeroen Ruigrok van der Werven wrote: > asmodai 2001/01/23 05:02:48 PST > > Modified files: (Branch: RELENG_4) > sys/kern kern_kthread.c > Log: > MFC: Reparent a kernel thread to init during kthread_exit() so that the > zombie can be reaped. > > This MFC also includes an #include to to avoid > the implicit declaration of proc_reparent(). It might be that > CURRENT at this point has different header files due to SMPng. Yes, I moved proc_reparent() to sys/proc.h with Peter's approval in current. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message