[BACK]Return to iostat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/iostat.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:10 version 1.2, 1996/03/27 19:32:54
Line 1 
Line 1 
 /*      $NetBSD: iostat.c,v 1.3 1995/05/17 15:51:47 mycroft Exp $       */  /*      $OpenBSD$       */
   /*      $NetBSD: iostat.c,v 1.4 1996/03/15 22:19:25 ragge Exp $ */
   
 /*  /*
  * Copyright (c) 1980, 1992, 1993   * Copyright (c) 1980, 1992, 1993
Line 36 
Line 37 
 #ifndef lint  #ifndef lint
 #if 0  #if 0
 static char sccsid[] = "@(#)iostat.c    8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)iostat.c    8.1 (Berkeley) 6/6/93";
   static char rcsid[] = "$NetBSD: iostat.c,v 1.4 1996/03/15 22:19:25 ragge Exp $";
 #endif  #endif
 static char rcsid[] = "$NetBSD: iostat.c,v 1.3 1995/05/17 15:51:47 mycroft Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif not lint  #endif not lint
   
 #include <sys/param.h>  #include <sys/param.h>
Line 64 
Line 66 
         { "_dk_seek" },          { "_dk_seek" },
 #define X_CP_TIME       5  #define X_CP_TIME       5
         { "_cp_time" },          { "_cp_time" },
 #ifdef vax  
 #define X_MBDINIT       (X_CP_TIME+1)  
         { "_mbdinit" },  
 #define X_UBDINIT       (X_CP_TIME+2)  
         { "_ubdinit" },  
 #endif  
 #ifdef tahoe  #ifdef tahoe
 #define X_VBDINIT       (X_CP_TIME+1)  #define X_VBDINIT       (X_CP_TIME+1)
         { "_vbdinit" },          { "_vbdinit" },

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2