From owner-cvs-all Mon Feb 19 0:53:42 2001 Delivered-To: cvs-all@freebsd.org Received: from localhost.westmarsh.com (orion.westmarsh.com [193.195.76.57]) by hub.freebsd.org (Postfix) with ESMTP id 6FB7837B65D; Mon, 19 Feb 2001 00:53:37 -0800 (PST) Received: from westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) (authenticated) by localhost.westmarsh.com (8.11.2/8.11.1) with ESMTP id f1J8rVK08848; Mon, 19 Feb 2001 08:53:31 GMT (envelope-from pierre.dampure@westmarsh.com) Message-ID: <3A90DF0A.236698A9@westmarsh.com> Date: Mon, 19 Feb 2001 08:53:31 +0000 From: "Pierre Y. Dampure" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Poul-Henning Kamp Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys user.h References: <200102121719.f1CHJ2d07274@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > phk 2001/02/12 09:19:01 PST > > Modified files: > sys/sys user.h > Log: > Since we're in "everybody is hosed anyway" add an layout identifier > to struct kinfo_proc. > > All userland/kernel shared structs should contain *both* a size and > a layout field. > > I will add the code to use the field later. > Hmm... I think you added this field without updating KINFO_PROC_SIZE -- we now get warnings at boot time about the size of kinfo_proc differing from KINFO_PROC_SIZE. Best Regards, PYD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message