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

Diff for /src/usr.bin/top/display.c between version 1.20 and 1.21

version 1.20, 2005/06/08 22:36:43 version 1.21, 2005/06/17 12:12:28
Line 284 
Line 284 
 }  }
   
 static int      ltotal = 0;  static int      ltotal = 0;
 static char     procstates_buffer[128];  static char     procstates_buffer[MAX_COLS];
   
 /*  /*
  *  *_procstates(total, brkdn, names) - print the process summary line   *  *_procstates(total, brkdn, names) - print the process summary line
Line 321 
Line 321 
 void  void
 u_procstates(int total, int *brkdn)  u_procstates(int total, int *brkdn)
 {  {
         static char new[128];          static char new[MAX_COLS];
         int i;          int i;
   
         /* update number of processes only if it has changed */          /* update number of processes only if it has changed */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21