summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-10-16 04:04:56 +0000
committerwollman <wollman@FreeBSD.org>1994-10-16 04:04:56 +0000
commitefe252383a18309d36b9097092f5877d027bcb4d (patch)
tree4295e08c6a9b4de8f8e591e4049dcdf0b7f08a6d /usr.sbin/iostat
parentc4ebe36a0b73d69bc66940de52548d266402051c (diff)
downloadFreeBSD-src-efe252383a18309d36b9097092f5877d027bcb4d.zip
FreeBSD-src-efe252383a18309d36b9097092f5877d027bcb4d.tar.gz
New way of getting disk drive names.
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/iostat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c
index a41cac4..f2925e8 100644
--- a/usr.sbin/iostat/iostat.c
+++ b/usr.sbin/iostat/iostat.c
@@ -86,6 +86,10 @@ struct nlist namelist[] = {
#define X_HPDINIT (X_END+1)
{ "_hp_dinit" },
#endif
+#if defined(i386)
+#define X_DK_NAMES (X_END+1)
+ { "_dk_names" },
+#endif
#ifdef mips
#define X_SCSI_DINIT (X_END+1)
{ "_scsi_dinit" },
OpenPOWER on IntegriCloud