From: tb Date: Sat, 3 Sep 2022 23:12:36 +0000 (+0000) Subject: Provide PCKBC_AUX to fix compilation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=30bbc2f6e3aacc0998f38f75b2cb786531db1758;p=openbsd Provide PCKBC_AUX to fix compilation from mlarkin --- diff --git a/regress/sys/arch/amd64/vmm/vcpu.c b/regress/sys/arch/amd64/vmm/vcpu.c index 4fd63ba0c56..1dc0770c708 100644 --- a/regress/sys/arch/amd64/vmm/vcpu.c +++ b/regress/sys/arch/amd64/vmm/vcpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vcpu.c,v 1.2 2022/04/21 19:21:05 bluhm Exp $ */ +/* $OpenBSD: vcpu.c,v 1.3 2022/09/03 23:12:36 tb Exp $ */ /* * Copyright (c) 2022 Dave Voutila @@ -35,6 +35,8 @@ #define MIB (1 << 20) #define VMM_NODE "/dev/vmm" +#define PCKBC_AUX 0x61 + const char *VM_NAME = "regress"; /* Originally from vmd(8)'s vm.c */