CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/03 20:55:37
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
When a VM stop request fails, set errno prior to calling warn() in order to
display the correct error message. This is a pattern found elsewhere in vmctl.
With input from deraadt@ and encouraged by mlarkin@
