add another state, CP_INTR
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 08:08:54 +0000 (00:08 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 08:08:54 +0000 (00:08 -0800)
From: Charles Hannum <mycroft@NetBSD.ORG>

SCCS-vsn: usr.sbin/iostat/iostat.c 8.3

usr/src/usr.sbin/iostat/iostat.c

index d607eb9..76fe417 100644 (file)
@@ -12,7 +12,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)iostat.c   8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)iostat.c   8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -309,7 +309,7 @@ phdr(signo)
        for (i = 0; i < dk_ndrive; i++)
                if (dr_select[i])
                        (void)printf(" sps tps msps ");
        for (i = 0; i < dk_ndrive; i++)
                if (dr_select[i])
                        (void)printf(" sps tps msps ");
-       (void)printf(" us ni sy id\n");
+       (void)printf(" us ni sy in id\n");
 }
 
 void
 }
 
 void