From e7a3509a1493fed234b5879db8d4271d201e1a10 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 9 Dec 2005 21:15:48 +0000 Subject: [PATCH] add kstat_io_t --- exp/sizeof.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exp/sizeof.c b/exp/sizeof.c index cdce4c9f..957a10f9 100644 --- a/exp/sizeof.c +++ b/exp/sizeof.c @@ -5,7 +5,7 @@ my $prg = "$0.out"; my $cmd = "$Config{cc} -Wall -D$^O -o $prg $0; ./$prg; rm $prg"; print $cmd; system $cmd; __END__ - */ +*/ #include #include @@ -31,6 +31,7 @@ static sizeof_info_t sizeof_info[] = { SIZEOF_INFO(kstat_named_t), SIZEOF_INFO(vminfo_t), SIZEOF_INFO(cpu_stat_t), + SIZEOF_INFO(kstat_io_t), /* procfs */ SIZEOF_INFO(psinfo_t), SIZEOF_INFO(prusage_t),