On Mon, Jan 20, 2025 at 10:25:43AM +0100, Adam wrote: > /dist/src/sys/dev/ic/com.c: In function 'com_attach_subr': > /dist/src/sys/dev/ic/com.c:593:21: error: 'vm_guest' undeclared (first use in > this function) > 593 | if (vm_guest == VM_GUEST_NO) > | ^~~~~~~~ > /dist/src/sys/dev/ic/com.c:593:21: note: each undeclared identifier is > reported only once for each function it appears in > /dist/src/sys/dev/ic/com.c:593:33: error: 'VM_GUEST_NO' undeclared (first use > in this function) > 593 | if (vm_guest == VM_GUEST_NO) > | ^~~~~~~~~~~ > --- com.o ---
please cvs up Martin