diff options
Diffstat (limited to 'Kernel/Net/LocalSocket.cpp')
-rw-r--r-- | Kernel/Net/LocalSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/LocalSocket.cpp b/Kernel/Net/LocalSocket.cpp index 40fa8dc412..14b84ae98c 100644 --- a/Kernel/Net/LocalSocket.cpp +++ b/Kernel/Net/LocalSocket.cpp @@ -280,7 +280,7 @@ bool LocalSocket::has_attached_peer(const OpenFileDescription& description) cons return false; } -bool LocalSocket::can_write(const OpenFileDescription& description, size_t) const +bool LocalSocket::can_write(const OpenFileDescription& description, u64) const { auto role = this->role(description); if (role == Role::Accepted) |