CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/01 10:38:09
Modified files:
usr.sbin/pstat : pstat.c
Log message:
If pstat -d encountered an error doing kvm_read, it would report the error,
but still attempt to print the (uninitialized and unread) data.
This changes it to fail correctly.
