diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2021-12-23 10:26:29 +0100 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-12-24 17:02:40 +0330 |
commit | f35b6ee3fcf354ece92ed945602ae0e2dfc926be (patch) | |
tree | 8cf6e114de9f9156d15b8306142d6e5de5f4bd03 /Ports/emu2 | |
parent | ff4787ad2d1681f401e9797971e177b1ef16c539 (diff) | |
download | serenity-f35b6ee3fcf354ece92ed945602ae0e2dfc926be.zip |
Ports/emu2: Remove obsolete scandir patch
Diffstat (limited to 'Ports/emu2')
-rw-r--r-- | Ports/emu2/patches/dosnames.patch | 9 |
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) { |