Re: [PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Samuel Thibault
Sergey Bugaev, le jeu. 04 janv. 2024 00:24:30 +0300, a ecrit: > On Thu, Jan 4, 2024 at 12:08 AM Sergey Bugaev wrote: > > This is testing installed headers, isn't it? — then > > how come sysdeps/hurd/include/hurd.h is what gets found for ? > > I'm rather sure the installed is a different file. So

Re: [PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Sergey Bugaev
On Thu, Jan 4, 2024 at 12:08 AM Sergey Bugaev wrote: > This is testing installed headers, isn't it? — then > how come sysdeps/hurd/include/hurd.h is what gets found for ? > I'm rather sure the installed is a different file. So it > would look like the test setup is broken, and this patch just exp

Re: [PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Sergey Bugaev
On Wed, Jan 3, 2024 at 11:43 PM Samuel Thibault wrote: > Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit: > > diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h > > index 568092d6..189fd44e 100644 > > --- a/sysdeps/hurd/include/hurd.h > > +++ b/sysdeps/hurd/include

Re: [PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Samuel Thibault
Applied the rest, thanks! Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit: > Signed-off-by: Sergey Bugaev > --- > hurd/hurdsig.c | 2 +- > mach/lowlevellock.h| 1 + > sysdeps/hurd/include/hurd.h| 1 + > sysdeps/hurd/include/hurd/signal.h |

Re: [PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Samuel Thibault
Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit: > diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h > index 568092d6..189fd44e 100644 > --- a/sysdeps/hurd/include/hurd.h > +++ b/sysdeps/hurd/include/hurd.h > @@ -1,4 +1,5 @@ > #ifndef _HURD_H > +#include >

[PATCH 01/23] hurd: Add some missing includes

2024-01-03 Thread Sergey Bugaev
Signed-off-by: Sergey Bugaev --- hurd/hurdsig.c | 2 +- mach/lowlevellock.h| 1 + sysdeps/hurd/include/hurd.h| 1 + sysdeps/hurd/include/hurd/signal.h | 1 + sysdeps/mach/hurd/mig-reply.c | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff