From f35b6ee3fcf354ece92ed945602ae0e2dfc926be Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Thu, 23 Dec 2021 10:26:29 +0100 Subject: [PATCH] Ports/emu2: Remove obsolete scandir patch --- Ports/emu2/patches/dosnames.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Ports/emu2/patches/dosnames.patch b/Ports/emu2/patches/dosnames.patch index bec40c66dfa..e4b08607383 100644 --- a/Ports/emu2/patches/dosnames.patch +++ b/Ports/emu2/patches/dosnames.patch @@ -7,15 +7,6 @@ #include // 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) {