Re: [PATCH 2/4] hurd: Don't attempt to deallocate MACH_PORT_DEAD

2023-04-24 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 24 avril 2023 00:55:24 +0300, a ecrit: > ...in some more places. > > Signed-off-by: Sergey Bugaev > --- > sysdeps/mach/hurd/dl-sysdep.c | 2 +- > sysdeps/mach/hurd/mmap.c | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git

[PATCH 2/4] hurd: Don't attempt to deallocate MACH_PORT_DEAD

2023-04-23 Thread Sergey Bugaev
...in some more places. Signed-off-by: Sergey Bugaev --- sysdeps/mach/hurd/dl-sysdep.c | 2 +- sysdeps/mach/hurd/mmap.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index d7b309e0..25a12774 100644 --