Kernel: Convert hostname to KString

This commit is contained in:
Idan Horowitz 2022-01-13 00:27:33 +02:00 committed by Brian Gianforcaro
commit 50d6a6a186
Notes: sideshowbarker 2024-07-17 21:01:09 +09:00
4 changed files with 8 additions and 8 deletions

View file

@ -39,7 +39,7 @@
namespace Kernel {
MutexProtected<String>& hostname();
MutexProtected<OwnPtr<KString>>& hostname();
Time kgettimeofday();
#define ENUMERATE_PLEDGE_PROMISES \