mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/emu2: Remove obsolete scandir patch
This commit is contained in:
parent
ff4787ad2d
commit
f35b6ee3fc
Notes:
sideshowbarker
2024-07-17 22:13:49 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/f35b6ee3fcf Pull-request: https://github.com/SerenityOS/serenity/pull/11381
1 changed files with 0 additions and 9 deletions
|
@ -7,15 +7,6 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
// DOS directory entries.
|
// 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 @@
|
@@ -589,7 +590,7 @@
|
||||||
static struct dos_file_list *find_first_file(char *fspec)
|
static struct dos_file_list *find_first_file(char *fspec)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue