summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mc/files/mc-4.6.0-cpan-2003-1023.patch')
-rw-r--r--app-misc/mc/files/mc-4.6.0-cpan-2003-1023.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-misc/mc/files/mc-4.6.0-cpan-2003-1023.patch b/app-misc/mc/files/mc-4.6.0-cpan-2003-1023.patch
deleted file mode 100644
index 294ecb587e25..000000000000
--- a/app-misc/mc/files/mc-4.6.0-cpan-2003-1023.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ru mc-4.5.55/vfs/direntry.c mc-4.5.55.new/vfs/direntry.c
---- mc-4.5.55/vfs/direntry.c 2001-08-16 15:23:05.000000000 -0700
-+++ mc-4.5.55.new/vfs/direntry.c 2004-01-06 16:36:00.000000000 -0800
-@@ -374,6 +374,7 @@
- }
- }
-
-+#if 0
- /* Convert absolute paths to relative ones */
- if (*linkname == PATH_SEP) {
- char *p, *q;
-@@ -391,6 +392,7 @@
- }
- linkname = buf;
- }
-+#endif
-
- return (MEDATA->find_entry) (me, entry->dir, linkname, follow - 1, 0);
- }