From eff280b35829d631ab5997e05a0c80ce4ad7b734 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sun, 30 Apr 2000 17:05:26 +0000 Subject: [PATCH] Remove bogus include, as per style(9). Remove unused variable. --- usr.sbin/iostat/iostat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 5b702da754f..bfcf773bc9a 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -101,7 +101,6 @@ #include -#include #include #include @@ -171,7 +170,6 @@ main(int argc, char **argv) struct devstat_match *matches; int num_matches = 0; char errbuf[_POSIX2_LINE_MAX]; - char *err_str; kvm_t *kd; int hz, stathz; int headercount;