=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/top/top.c 2003/06/18 08:42:17 1.25 +++ src/usr.bin/top/top.c 2003/06/19 22:40:45 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.25 2003/06/18 08:42:17 deraadt Exp $ */ +/* $OpenBSD: top.c,v 1.26 2003/06/19 22:40:45 millert Exp $ */ /* * Top users/processes display for Unix @@ -280,7 +280,7 @@ /* set constants for username/uid display correctly */ if (!do_unames) { uname_field = " UID "; - get_userid = itoa7; + get_userid = format_uid; } /* initialize the kernel memory interface */ if (machine_init(&statics) == -1)