CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Tue, 4 Aug 2026 13:12:14 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/04 13:12:14 Modified files: usr.sbin/vmd : proc.c vioblk.c vionet.c vioscsi.c virtio.c vm.c vmm.c Log message: Switch type of imsgbuf_get return variable 'n' to int. Addtionally switch the type of a write return variable to ssize_t. OK dv@