summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NetworkKit/IP.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NetworkKit/IP.hpp')
-rw-r--r--Kernel/NetworkKit/IP.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/NetworkKit/IP.hpp b/Kernel/NetworkKit/IP.hpp
index 63a35182..e6ab2e83 100644
--- a/Kernel/NetworkKit/IP.hpp
+++ b/Kernel/NetworkKit/IP.hpp
@@ -11,7 +11,7 @@
#include <NewKit/Ref.hpp>
#include <NewKit/String.hpp>
-namespace NewOS
+namespace Kernel
{
class RawIPAddress6;
class RawIPAddress;
@@ -80,4 +80,4 @@ namespace NewOS
static ErrorOr<StringView> ToStringView(Ref<RawIPAddress> ipv4);
static bool IpCheckVersion4(const char* ip);
};
-} // namespace NewOS
+} // namespace Kernel