mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
This commit is contained in:
parent
f2580dcfeb
commit
644c887594
Notes:
sideshowbarker
2024-07-19 14:48:09 +09:00
Author: https://github.com/awesomekling
Commit: 644c887594
15 changed files with 20 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <LibC/errno_numbers.h>
|
||||
#include "FileSystem.h"
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/LocalSocket.h>
|
||||
#include <Kernel/Net/LocalSocket.h>
|
||||
|
||||
static dword s_lastFileSystemID;
|
||||
static HashMap<dword, FS*>* s_fs_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue