[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.25 and 1.26

version 1.25, 2003/06/18 08:42:17 version 1.26, 2003/06/19 22:40:45
Line 280 
Line 280 
         /* set constants for username/uid display correctly */          /* set constants for username/uid display correctly */
         if (!do_unames) {          if (!do_unames) {
                 uname_field = "   UID  ";                  uname_field = "   UID  ";
                 get_userid = itoa7;                  get_userid = format_uid;
         }          }
         /* initialize the kernel memory interface */          /* initialize the kernel memory interface */
         if (machine_init(&statics) == -1)          if (machine_init(&statics) == -1)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26