Page MenuHomeFreeBSD

D23538.diff
No OneTemporary

D23538.diff

Index: head/usr.sbin/iostat/iostat.c
===================================================================
--- head/usr.sbin/iostat/iostat.c
+++ head/usr.sbin/iostat/iostat.c
@@ -929,7 +929,7 @@
}
free(devicename);
} else if (oflag > 0) {
- int msdig = (ms_per_transaction < 100.0) ? 1 : 0;
+ int msdig = (ms_per_transaction < 99.94) ? 1 : 0;
if (Iflag == 0)
printf("%4.0Lf%4.0Lf%5.*Lf ",

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 23, 6:34 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39485399
Default Alt Text
D23538.diff (413 B)

Event Timeline