summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dm
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dm')
-rw-r--r--time/sunbird/patches/patch-dm13
1 files changed, 0 insertions, 13 deletions
diff --git a/time/sunbird/patches/patch-dm b/time/sunbird/patches/patch-dm
deleted file mode 100644
index 1839796406c..00000000000
--- a/time/sunbird/patches/patch-dm
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dm,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- ef/Runtime/System/md/x86/x86UnixishThread.cpp.orig 2006-06-26 14:02:43.000000000 +0000
-+++ ef/Runtime/System/md/x86/x86UnixishThread.cpp
-@@ -36,7 +36,7 @@
- #include "NativeCodeCache.h"
- #include "Exceptions.h"
-
--#if defined( FREEBSD ) || defined ( NETBSD )
-+#if defined( FREEBSD ) || defined ( NETBSD ) || defined(DRAGONFLY)
-
- #define CONTEXT_EBP(ctxt) ctxt.sc_ebp
- #define CONTEXT_EIP(ctxt) ctxt.sc_eip