Subject: Re: CVS commit: syssrc/sys/kern
To: matthew green <mrg@eterna.com.au>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 11/05/2002 10:45:30
matthew green <mrg@eterna.com.au> writes:

> OK.  i commited a change that will cause this to return an error
> with non-COMPAT_16 kernels.

You need to care the case when the necessary size is requested (i.e.,
when `where == NULL').  Otherwise, the old iostat binary will iterate
too many times when there are three or more disks.

# and add COMPAT_16 to conf/files and include opt_compat_netbsd.h,
# probably.
enami.