CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/22 10:42:52
Modified files:
bin/ps : keyword.c
usr.sbin/sa : extern.h
Log message:
Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs.
This way we keep the size of the strings in the private struct in
sync with what the kernel gives us. OK deraadt@
