summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index d3167bff87..cfb072c650 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -395,7 +395,7 @@ struct SC_rename_params {
};
struct SC_mount_params {
- int source_fd;
+ StringArgument source;
StringArgument target;
StringArgument fs_type;
int flags;