ports/emulators/qemu70/files/patch-bsd-user_host_i386_host-signal.h
Muhammad Moinur Rahman 5618fbd154 emulators/qemu70: New port
qemu 7.1.X has been released and in preperation of updating
emulators/qemu to latest version emulators/qemu has been moved to a new
port.
2022-09-08 13:49:08 -05:00

12 lines
384 B
C

--- bsd-user/host/i386/host-signal.h.orig 2022-09-08 16:00:45 UTC
+++ bsd-user/host/i386/host-signal.h
@@ -9,6 +9,9 @@
#ifndef I386_HOST_SIGNAL_H
#define I386_HOST_SIGNAL_H
+#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#include <sys/param.h>
+#endif
#include <sys/ucontext.h>
#include <machine/trap.h>
#include <vm/pmap.h>