Re: [PATCH 01/10] term: Fix function prototype

2024-03-23 Thread Samuel Thibault
Sergey Bugaev, le sam. 23 mars 2024 15:12:21 +0300, a ecrit: > On Sat, Mar 23, 2024 at 3:06 PM Samuel Thibault > wrote: > > Applied the whole series, thanks! > > Looks like "[PATCH 07/10] exec: Add support for AArch64 executables" > fell through the cracks... Indeed! Sorry for the miss. Samuel

Re: [PATCH 01/10] term: Fix function prototype

2024-03-23 Thread Sergey Bugaev
On Sat, Mar 23, 2024 at 3:06 PM Samuel Thibault wrote: > Applied the whole series, thanks! Looks like "[PATCH 07/10] exec: Add support for AArch64 executables" fell through the cracks... Sergey

Re: [PATCH 01/10] term: Fix function prototype

2024-03-23 Thread Samuel Thibault
Hello, Applied the whole series, thanks! Samuel

[PATCH 01/10] term: Fix function prototype

2024-03-23 Thread Sergey Bugaev
struct bottomhalf.mdmstate is of type error_t (*)(int *state). Fixes -Wincompatible-pointer-types, which is a hard error by default in GCC 14. --- term/hurdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term/hurdio.c b/term/hurdio.c index c6e14a4a..eab59b72 100644 --- a/