Re: [PATCH hurd] Define i386_get_xstate_size in libmachdev.

2024-09-09 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 09 sept. 2024 22:56:46 -0400, a ecrit: > libmachdev implements the mach_i386 routines, so we have to implement > this one. > --- > libmachdev/trivfs_server.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libmachdev/trivfs_server.c b/libmachd

Re: [PATCH] Include device/input.h in console-client

2024-09-09 Thread Samuel Thibault
Flávio Cruz, le lun. 09 sept. 2024 22:56:54 -0400, a ecrit: > On Sun, Sep 8, 2024 at 6:12 PM Samuel Thibault <[1]samuel.thiba...@gnu.org> > wrote: > > Applied, thanks! > > > I think we want to revert this since this header is not being installed > anymore > (it was exporting a custom versio

Re: [PATCH] Include device/input.h in console-client

2024-09-09 Thread Flávio Cruz
Hi Samuel On Sun, Sep 8, 2024 at 6:12 PM Samuel Thibault wrote: > Applied, thanks! > I think we want to revert this since this header is not being installed anymore (it was exporting a custom version of the macros _IO{,R,W,WR}) https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=7e0b

[PATCH hurd] Define i386_get_xstate_size in libmachdev.

2024-09-09 Thread Flavio Cruz
libmachdev implements the mach_i386 routines, so we have to implement this one. --- libmachdev/trivfs_server.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c index e228bf40..54a682e7 100644 --- a/libmachdev/trivfs_server.c +++ b/li