mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Kernel: Pass a parameter struct to chown()
This commit is contained in:
parent
29b3d95004
commit
6536a80aa9
4 changed files with 21 additions and 6 deletions
|
@ -333,6 +333,12 @@ struct SC_link_params {
|
|||
StringArgument new_path;
|
||||
};
|
||||
|
||||
struct SC_chown_params {
|
||||
StringArgument path;
|
||||
u32 uid;
|
||||
u32 gid;
|
||||
};
|
||||
|
||||
void initialize();
|
||||
int sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue