mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
QEMU 7.X.X branch is reaching EOL as the upstream has released 8.X.X branch. So there is no point in keeping multiple versions from 7.X.X series. This is an interim commit to prepare to move emulators/qemu to emulators/qemu7 so that emulators/qemu can be upgraded to latest 8.X.X release.
12 lines
384 B
C
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>
|