b2abb350a9
Patches aren't supposed to have $FreeBSD$ tags anymore. The fbsd:nokeywords property was properly set, so the $FreeBSD$ tag was not even expanded, so these tags were removed. Note that the mini-exceptions patch is no longer needed. According to the comments, it's is for FreeBSD 8 support only. Approved by: portmgr (mat)
10 lines
255 B
C
10 lines
255 B
C
--- mono/mini/exceptions-x86.c.orig
|
|
+++ mono/mini/exceptions-x86.c
|
|
@@ -12,6 +12,7 @@
|
|
#include <glib.h>
|
|
#include <signal.h>
|
|
#include <string.h>
|
|
+#include <sys/ucontext.h>
|
|
|
|
#include <mono/metadata/abi-details.h>
|
|
#include <mono/arch/x86/x86-codegen.h>
|