In message <[EMAIL PROTECTED]> Igor Robul writes:
: On Wed, Feb 28, 2001 at 03:00:48PM +0200, Maxim Sobolev wrote:
: > Hi Poul,
: > 
: > In revision 1.31 of src/sys/sys/user.h you have added new ki_layout field to
: > kinfo_proc structure, but forgot to increase KINFO_PROC_SIZE  from 644 to 648.
: > Please correct.
: Why don't use sizeof() insead of hardcoding numbers? 

Because KINFO_PROC_SIZE is part of the ABI.  Changes to its size are
always wrong, in that they break the ABI.  The checks are there to
tell us when the ABI has been broken.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to