From 392bb7d15afd1e93f4678ff1135b503e513b10bc Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 1 Nov 2008 16:38:07 +0000 Subject: Remove obsolete patch. --- lang/erlang/files/patch-erts_emulator_hipe_hipe__x86.c | 14 -------------- lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 lang/erlang/files/patch-erts_emulator_hipe_hipe__x86.c delete mode 100644 lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c (limited to 'lang') diff --git a/lang/erlang/files/patch-erts_emulator_hipe_hipe__x86.c b/lang/erlang/files/patch-erts_emulator_hipe_hipe__x86.c deleted file mode 100644 index b7086a076357..000000000000 --- a/lang/erlang/files/patch-erts_emulator_hipe_hipe__x86.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- erts/emulator/hipe/hipe_x86.c.orig -+++ erts/emulator/hipe/hipe_x86.c -@@ -106,7 +106,7 @@ - abort(); - map_start = mmap(map_hint, map_bytes, - PROT_EXEC|PROT_READ|PROT_WRITE, -- MAP_PRIVATE|MAP_ANONYMOUS -+ MAP_PRIVATE|MAP_ANON - #ifdef __x86_64__ - |MAP_32BIT - #endif diff --git a/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c b/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c deleted file mode 100644 index b7086a076357..000000000000 --- a/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- erts/emulator/hipe/hipe_x86.c.orig -+++ erts/emulator/hipe/hipe_x86.c -@@ -106,7 +106,7 @@ - abort(); - map_start = mmap(map_hint, map_bytes, - PROT_EXEC|PROT_READ|PROT_WRITE, -- MAP_PRIVATE|MAP_ANONYMOUS -+ MAP_PRIVATE|MAP_ANON - #ifdef __x86_64__ - |MAP_32BIT - #endif -- cgit