summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-04-30 17:05:26 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-04-30 17:05:26 +0000
commiteff280b35829d631ab5997e05a0c80ce4ad7b734 (patch)
treebf20552cca35abfb55611f04e5a5de1d9d1e69f3
parentdf41cfee751c076bb8492ed1a0808170059c7780 (diff)
Notes
-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 5b702da754fc..bfcf773bc9a6 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;