Re: [PATCH 03/10] bsd-user: implement chmod, fchmod, lchmod and fchmodat
On 6/20/22 10:42, Warner Losh wrote: Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 46 +++ bsd-user/freebsd/os-syscall.c | 16 2 files changed, 62 insertions(+) Reviewed-by: Richard Henderson r~
[PATCH 03/10] bsd-user: implement chmod, fchmod, lchmod and fchmodat
Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 46 +++ bsd-user/freebsd/os-syscall.c | 16 2 files changed, 62 insertions(+) diff --git a/bsd-user/bsd-file.h b/bsd-user/bsd-file.h index e5133268546..0585f6a2a