From d086bc976394ea89c5954f20e0a3498dd05752b5 Mon Sep 17 00:00:00 2001 From: asmodai Date: Sun, 30 Apr 2000 17:05:26 +0000 Subject: Remove bogus include, as per style(9). Remove unused variable. --- usr.sbin/iostat/iostat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 5b702da..bfcf773 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; -- cgit v1.1