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

Diff for /src/usr.bin/top/utils.c between version 1.26 and 1.27

version 1.26, 2017/03/15 04:24:14 version 1.27, 2018/09/13 15:23:32
Line 88 
Line 88 
  * format_uid(uid) - like itoa, except for uid_t and the number is right   * format_uid(uid) - like itoa, except for uid_t and the number is right
  * justified in a 6 character field to match uname_field in top.c.   * justified in a 6 character field to match uname_field in top.c.
  */   */
 char *  const char *
 format_uid(uid_t uid)  format_uid(uid_t uid)
 {  {
         static char buffer[16]; /* result is built here */          static char buffer[16]; /* result is built here */

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