diff options
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r-- | Kernel/API/Syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index f1ba1199e6..03d5a3ed95 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -426,9 +426,9 @@ struct SC_rename_params { }; struct SC_mount_params { - int source_fd; StringArgument target; StringArgument fs_type; + int source_fd; int flags; }; |