mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Kernel: Convert hostname to KString
This commit is contained in:
parent
6402840670
commit
50d6a6a186
4 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
MutexProtected<String>& hostname();
|
||||
MutexProtected<OwnPtr<KString>>& hostname();
|
||||
Time kgettimeofday();
|
||||
|
||||
#define ENUMERATE_PLEDGE_PROMISES \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue