CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/22 10:50:35
Modified files:
usr.bin/top : Makefile machine.c machine.h top.c top.h
utils.c utils.h
Removed files:
usr.bin/top : username.c
Log message:
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@
