[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.28 and 1.29

version 1.28, 2007/07/27 14:01:16 version 1.29, 2007/09/30 13:26:39
Line 69 
Line 69 
 FILE           *debug;  FILE           *debug;
 #endif  #endif
   
 static pid_t    lmpid = 0;  
 static int      display_width = MAX_COLS;  static int      display_width = MAX_COLS;
   
 static char    *cpustates_tag(int);  static char    *cpustates_tag(int);
Line 235 
Line 234 
   
         for (i = 0; i < 3; i++)          for (i = 0; i < 3; i++)
                 printwp("%c %5.2f", i == 0 ? ':' : ',', avenrun[i]);                  printwp("%c %5.2f", i == 0 ? ':' : ',', avenrun[i]);
   
         lmpid = mpid;  
 }  }
   
 /*  /*

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29