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

Diff for /src/usr.bin/top/machine.c between version 1.90 and 1.91

version 1.90, 2018/05/14 12:31:21 version 1.91, 2018/09/13 15:23:32
Line 545 
Line 545 
 }  }
   
 char *  char *
 format_next_process(caddr_t hndl, char *(*get_userid)(uid_t), pid_t *pid,  format_next_process(caddr_t hndl, const char *(*get_userid)(uid_t), pid_t *pid,
     int show_threads)      int show_threads)
 {  {
         char *p_wait;          char *p_wait;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91