mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 00:54:57 +00:00
Minor errno fixups.
This commit is contained in:
parent
39444c5916
commit
c6d6ba7512
3 changed files with 37 additions and 34 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "FileHandle.h"
|
||||
#include "FileSystem.h"
|
||||
#include "CharacterDevice.h"
|
||||
#include "sys-errno.h"
|
||||
|
||||
FileHandle::FileHandle(RetainPtr<VirtualFileSystem::Node>&& vnode)
|
||||
: m_vnode(std::move(vnode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue