mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
This commit is contained in:
parent
807aadbe6e
commit
d40ea1a0a8
5 changed files with 4 additions and 4 deletions
|
@ -113,6 +113,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/Plan9FileSystem.cpp
|
||||
FileSystem/ProcFS.cpp
|
||||
FileSystem/SysFS.cpp
|
||||
FileSystem/SysFSComponent.cpp
|
||||
FileSystem/TmpFS.cpp
|
||||
FileSystem/VirtualFileSystem.cpp
|
||||
FutexQueue.cpp
|
||||
|
@ -227,7 +228,6 @@ set(KERNEL_SOURCES
|
|||
Syscalls/waitid.cpp
|
||||
Syscalls/inode_watcher.cpp
|
||||
Syscalls/write.cpp
|
||||
SystemExposed.cpp
|
||||
TTY/ConsoleManagement.cpp
|
||||
TTY/MasterPTY.cpp
|
||||
TTY/PTYMultiplexer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue