Use user_from_uid() and uid_from_user() directly. The wrappers
authormillert <millert@openbsd.org>
Sat, 22 Sep 2018 16:50:35 +0000 (16:50 +0000)
committermillert <millert@openbsd.org>
Sat, 22 Sep 2018 16:50:35 +0000 (16:50 +0000)
commit86e032d7eacf97005893b86d99baa205c6671b58
tree2e4a38bff8d426870f7bee310b173dfcb3c4748e
parent6c11331781b894d63ac39e45987c9afbff9574c1
Use user_from_uid() and uid_from_user() directly.  The wrappers
in username.c are now so simple there is no longer a good reason
to use them.  OK deraadt@
usr.bin/top/Makefile
usr.bin/top/machine.c
usr.bin/top/machine.h
usr.bin/top/top.c
usr.bin/top/top.h
usr.bin/top/username.c [deleted file]
usr.bin/top/utils.c
usr.bin/top/utils.h