summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/mono/files/mcs-1.0.5-pathfix.diff')
-rw-r--r--dev-dotnet/mono/files/mcs-1.0.5-pathfix.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-dotnet/mono/files/mcs-1.0.5-pathfix.diff b/dev-dotnet/mono/files/mcs-1.0.5-pathfix.diff
deleted file mode 100644
index fdfd271ebbc8..000000000000
--- a/dev-dotnet/mono/files/mcs-1.0.5-pathfix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur mcs-1.0.5-orig/class/corlib/System.IO/Path.cs mcs-1.0.5/class/corlib/System.IO/Path.cs
---- mcs-1.0.5-orig/class/corlib/System.IO/Path.cs 2004-12-07 17:29:31.000000000 -0500
-+++ mcs-1.0.5/class/corlib/System.IO/Path.cs 2004-12-15 20:45:25.060090272 -0500
-@@ -386,7 +386,7 @@
- //if (root == path) return path;
-
- // STEP 3: split the directories, this gets rid of consecutative "/"'s
-- string [] dirs = path.Split (DirectorySeparatorChar, AltDirectorySeparatorChar);
-+ string [] dirs = path.Split (DirectorySeparatorChar);
- // STEP 4: Get rid of directories containing . and ..
- int target = 0;
-