summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-04-30 17:05:26 +0000
committerasmodai <asmodai@FreeBSD.org>2000-04-30 17:05:26 +0000
commitd086bc976394ea89c5954f20e0a3498dd05752b5 (patch)
tree9d2a5ccd4781597a39a31f45048638b6af758881 /usr.sbin
parent9e83ee311bb66d63ab25c123779e61ad1f1cd5cf (diff)
downloadFreeBSD-src-d086bc976394ea89c5954f20e0a3498dd05752b5.zip
FreeBSD-src-d086bc976394ea89c5954f20e0a3498dd05752b5.tar.gz
Remove bogus include, as per style(9).
Remove unused variable.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/iostat/iostat.c2
1 files changed, 0 insertions, 2 deletions
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 <sys/param.h>
-#include <sys/types.h>
#include <sys/errno.h>
#include <sys/dkstat.h>
@@ -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;
OpenPOWER on IntegriCloud