summaryrefslogtreecommitdiff
path: root/Ports/emu2
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2021-12-23 10:26:29 +0100
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-12-24 17:02:40 +0330
commitf35b6ee3fcf354ece92ed945602ae0e2dfc926be (patch)
tree8cf6e114de9f9156d15b8306142d6e5de5f4bd03 /Ports/emu2
parentff4787ad2d1681f401e9797971e177b1ef16c539 (diff)
downloadserenity-f35b6ee3fcf354ece92ed945602ae0e2dfc926be.zip
Ports/emu2: Remove obsolete scandir patch
Diffstat (limited to 'Ports/emu2')
-rw-r--r--Ports/emu2/patches/dosnames.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/Ports/emu2/patches/dosnames.patch b/Ports/emu2/patches/dosnames.patch
index bec40c66df..e4b0860738 100644
--- a/Ports/emu2/patches/dosnames.patch
+++ b/Ports/emu2/patches/dosnames.patch
@@ -7,15 +7,6 @@
#include <sys/stat.h>
// DOS directory entries.
-@@ -179,7 +180,7 @@
- struct dirent **dir;
- struct dos_file_list *ret;
-
-- int n = scandir(path, &dir, 0, dos_unix_sort);
-+ int n = 0; //scandir(path, &dir, 0, dos_unix_sort);
- if(n <= 0)
- return 0;
-
@@ -589,7 +590,7 @@
static struct dos_file_list *find_first_file(char *fspec)
{