CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/11/06 07:26:20
Modified files: usr.sbin/vmd : vmd.c Log message: Fix broken vmd(8) build on arm64 due to missing psp_setup(). The psp.c source is restricted in makefile with .if ${MACHINE} == "amd64" so use #ifdef __amd64__ around the call to psp_setup(). On arm64 set vmd_psp_fd to an invalid value. OK hshoexer@ mlarkin@