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

Diff for /src/usr.bin/top/top.c between version 1.13 and 1.14

version 1.13, 2001/11/17 19:57:36 version 1.14, 2001/11/19 19:02:17
Line 105 
Line 105 
 char *argv[];  char *argv[];
   
 {  {
     register int i;      int i;
     register int active_procs;      int active_procs;
     register int change;      int change;
   
     struct system_info system_info;      struct system_info system_info;
     struct statics statics;      struct statics statics;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14