CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/06 09:08:54
Modified files:
usr.bin/top : machine.c machine.h top.c
Log message:
Avoid gasting around get_process_info()
get_process_info() returns a pointer to the global handle later only be
used in format_next_process(); treat this struct handle as such without
casting the pointer to caddr_t and back again.
No object change.
OK millert deraadt
