CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/20 09:12:35
Modified files: sys/arch/amd64/amd64: machdep.c Log message: Fix build without NPCKBC and NUKBD The "error" variable is used in one case only, so move it into scope under #ifdef. OK deraadt gnezdo