CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/05 15:33:11
Modified files:
usr.sbin/vmd : vmd.c
Log message:
Refactor vm_instance to return error value directly.
vmd(8)'s vm_instance function set unsupported errno values. Change the
api to directly return an error (either errno or custom vmd error).
"go for it" -mlarkin@
