mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
Switch over to building everything with i686-elf-g++.
This commit is contained in:
parent
afa6f88039
commit
75b100673f
17 changed files with 58 additions and 75 deletions
|
@ -52,7 +52,7 @@ int show_all()
|
|||
perror("opendir");
|
||||
return 1;
|
||||
}
|
||||
char pathbuf[256];
|
||||
char pathbuf[PATH_MAX];
|
||||
|
||||
while (auto* de = readdir(dirp)) {
|
||||
if (de->d_name[0] == '.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue