Re: Correct size of kinfo_proc

2001-03-07 Thread Bruce Evans
On Tue, 6 Mar 2001, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Maxim Sobolev writes: > >Well, we are now well informed about this, could we just fix sys/sys/user.h to match > >relity (credit goes to phk for broking it and ignoring my posts completely)? > > I've been kind of waiti

Re: Correct size of kinfo_proc

2001-03-06 Thread Maxim Sobolev
Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Maxim Sobolev writes: > >Warner Losh wrote: > > > >> 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/s

Re: Correct size of kinfo_proc

2001-03-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Maxim Sobolev writes: >Warner Losh wrote: > >> 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 fie

Re: Correct size of kinfo_proc

2001-03-06 Thread Maxim Sobolev
Warner Losh wrote: > 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 KINF

Re: Correct size of kinfo_proc

2001-02-28 Thread Warner Losh
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. :

Re: Correct size of kinfo_proc

2001-02-28 Thread Bruce Evans
On Wed, 28 Feb 2001, Igor Robul wrote: > 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

Re: Correct size of kinfo_proc

2001-02-28 Thread Igor Robul
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

Correct size of kinfo_proc

2001-02-28 Thread Maxim Sobolev
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. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messa