Re: vmd read/write pfunctions

2017-05-27 Thread Mike Larkin
On Sat, May 27, 2017 at 07:24:30PM -0400, Ted Unangst wrote: > using pread and pwrite is a little shorter and half the syscalls. > ok mlarkin. thanks! > Index: virtio.c > === > RCS file: /cvs/src/usr.sbin/vmd/virtio.c,v > retrieving

vmd read/write pfunctions

2017-05-27 Thread Ted Unangst
using pread and pwrite is a little shorter and half the syscalls. Index: virtio.c === RCS file: /cvs/src/usr.sbin/vmd/virtio.c,v retrieving revision 1.46 diff -u -p -r1.46 virtio.c --- virtio.c11 May 2017 07:31:20 - 1.46