summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-ad')
-rw-r--r--lang/mono/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/mono/patches/patch-ad b/lang/mono/patches/patch-ad
deleted file mode 100644
index 4f7cddb50a4..00000000000
--- a/lang/mono/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.9 2004/11/22 13:42:42 adam Exp $
-
---- mono/metadata/icall.c.orig 2004-10-29 16:07:28.000000000 +0000
-+++ mono/metadata/icall.c
-@@ -4749,7 +4749,7 @@ ves_icall_System_Configuration_DefaultCo
-
- MONO_ARCH_SAVE_REGS;
-
-- path = g_build_path (G_DIR_SEPARATOR_S, mono_get_config_dir (), "mono", "machine.config", NULL);
-+ path = g_build_path (G_DIR_SEPARATOR_S, mono_get_config_dir (), "machine.config", NULL);
-
- #if defined (PLATFORM_WIN32)
- /* Avoid mixing '/' and '\\' */