diff options
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r-- | Kernel/Process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h index 416da472d5..090a7d9da9 100644 --- a/Kernel/Process.h +++ b/Kernel/Process.h @@ -39,7 +39,7 @@ namespace Kernel { -MutexProtected<String>& hostname(); +MutexProtected<OwnPtr<KString>>& hostname(); Time kgettimeofday(); #define ENUMERATE_PLEDGE_PROMISES \ |