6172d4b590
With hat: portmgr Sponsored by: Absolight
17 lines
254 B
C
17 lines
254 B
C
--- 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
|