Date: Wed, 17 Feb 1999 13:03:15 -0800 (PST) From: <luoqi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c Message-ID: <199902172103.NAA68188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
luoqi 1999/02/17 13:03:14 PST Modified files: sys/kern init_main.c Log: Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silence complaints about ps_refcnt greater than two when we try to fork() a kthread from proc0 with RFSIGSHARE flag set. Noticed by: Tor Egge <tegge@fast.no> Reviewed by: Richard Seaman, Jr. <dick@tar.com> Revision Changes Path 1.108 +2 -2 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902172103.NAA68188>