mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
Kernel: Use Userspace<T> for the mknod syscall
This commit is contained in:
parent
d949b2a367
commit
c1541f4a61
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
int Process::sys$mknod(const Syscall::SC_mknod_params* user_params)
|
||||
int Process::sys$mknod(Userspace<const Syscall::SC_mknod_params*> user_params)
|
||||
{
|
||||
REQUIRE_PROMISE(dpath);
|
||||
Syscall::SC_mknod_params params;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue