Re: [PATCH 3/3] fill msg size in the header for user stubs

2022-08-27 Thread Samuel Thibault
Luca Dariz, le mar. 28 juin 2022 11:49:27 +0200, a ecrit: > * user.c: > - adjust comment in generated file > - set msgh_size with the same value passed to mach_msg() > > Signed-off-by: Luca Dariz Applied, thanks! > --- > user.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) >

[PATCH 3/3] fill msg size in the header for user stubs

2022-06-28 Thread Luca Dariz
* user.c: - adjust comment in generated file - set msgh_size with the same value passed to mach_msg() Signed-off-by: Luca Dariz --- user.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/user.c b/user.c index 9a84fe4..886198b 100644 --- a/user.c +++ b/user.c @@ -159,