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