diff options
Diffstat (limited to 'lang/mozart/files/patch-ae')
-rw-r--r-- | lang/mozart/files/patch-ae | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/mozart/files/patch-ae b/lang/mozart/files/patch-ae deleted file mode 100644 index fc0a4ecc19ce..000000000000 --- a/lang/mozart/files/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ ---- ../mozart-orig/platform/emulator/mem.cc Fri Jun 23 12:59:01 2000 -+++ platform/emulator/mem.cc Fri Jun 23 12:59:36 2000 -@@ -90,18 +90,19 @@ - // This is optional - that's kind'f not clear which evil is the - // smallest one: rely on "choose a nearest next free address" linux - // behaviour, or to use the discouraged 'MAP_FIXED' option; --#if defined(LINUX_I486) -+#if defined(LINUX_I486) || defined (__FreeBSD__) - #define USE_AUTO_PLACEMENT - #endif - - // - #if defined(HAVE_MMAP) - -+#include <sys/mman.h> -+ - #if ( !defined(MAP_ANONYMOUS) && defined(MAP_ANON) ) - #define MAP_ANONYMOUS MAP_ANON - #endif - --#include <sys/mman.h> - #include <fcntl.h> - - #if !defined(USE_AUTO_PLACEMENT) |