Re: [PATCH gnumach] Use designated initializers in kern/ipc_kobject.c

2023-05-04 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 04 mai 2023 00:37:04 -0400, a ecrit: > msgt_deallocate was not initialized explicitly, this fixes that too. > --- > kern/ipc_kobject.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/kern/ipc_kobject.c

[PATCH gnumach] Use designated initializers in kern/ipc_kobject.c

2023-05-03 Thread Flavio Cruz
msgt_deallocate was not initialized explicitly, this fixes that too. --- kern/ipc_kobject.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c index a0feaf40..960ef892 100644 --- a/kern/ipc_kobject.c +++ b/kern/ipc_kobject.c