Subject: re: CVS commit: syssrc/sys/kern
To: enami tsugutomo <enami@sm.sony.co.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 11/06/2002 00:23:14
> 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.
thanks. i tested this with vnd's and it works fine with 4 disks now.
.mrg.