forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
266 B
C
20 lines
266 B
C
|
||
$FreeBSD$
|
||
|
||
--- microcode/uxtrap.h.orig
|
||
+++ microcode/uxtrap.h
|
||
@@ -413,6 +413,14 @@
|
||
|
||
#endif /* __IA32__ */
|
||
|
||
+#ifdef __x86_64__
|
||
+
|
||
+#if defined(__FreeBSD__)
|
||
+# include <ucontext.h>
|
||
+#endif
|
||
+
|
||
+#endif /* __x86_64__ */
|
||
+
|
||
#ifdef __alpha
|
||
|
||
#define HAVE_SIGCONTEXT
|