From owner-cvs-all Tue Mar 27 19: 9: 4 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 81B0D37B71B; Tue, 27 Mar 2001 19:09:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S391f84740; Tue, 27 Mar 2001 19:09:01 -0800 (PST) (envelope-from jhb) Message-Id: <200103280309.f2S391f84740@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 19:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 19:09:01 PST Modified files: sys/sys proc.h Log: - Fix a whitespace bogon with p_blocked. - Move p_intr_nesting_level, p_aioinfo, and p_ithd into the zero'd area so that we don't have to explicitly zero them during fork(). Revision Changes Path 1.155 +5 -5 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message