ports/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h
Muhammad Moinur Rahman 5fcabb5129 emulators/qemu: Re-enable build for i386
During the upgrade to 7.0 the build of qemu for i386 got disabled, due
to "unknown-type name 'vm_page_t'" errors. This has been fixed.

PR:		268647
Reported by:	dim
2023-01-14 00:59:31 -06:00

10 lines
270 B
C

--- bsd-user/host/i386/host-signal.h.orig 2022-12-14 16:28:45 UTC
+++ bsd-user/host/i386/host-signal.h
@@ -12,6 +12,7 @@
#include <sys/param.h>
#include <sys/ucontext.h>
#include <machine/trap.h>
+#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/pmap.h>