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

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

2024-09-08 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 09 janv. 2023 22:37:47 -0500, a ecrit: > We avoid using repeated definitions and also update kd_event with the > new 64bit compatible fields (rpc_time_value). > --- > console-client/mach-inputdev.h | 56 +- > 1 file changed, 1

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

2023-04-24 Thread Flavio Cruz
Hi Samuel On Tue, Jan 10, 2023 at 10:20:19PM +0100, Samuel Thibault wrote: I was expecting it :) I'll wait a bit for the updated gnumach to get uploaded etc. before commiting it. Is it possible to merge this patch given that a new version of gnumach was released recently? Thanks Flavio

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

2023-01-10 Thread Samuel Thibault
I was expecting it :) I'll wait a bit for the updated gnumach to get uploaded etc. before commiting it. Flavio Cruz, le lun. 09 janv. 2023 22:37:47 -0500, a ecrit: > We avoid using repeated definitions and also update kd_event with the > new 64bit compatible fields (rpc_time_value). > --- > cons

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

2023-01-09 Thread Flavio Cruz
We avoid using repeated definitions and also update kd_event with the new 64bit compatible fields (rpc_time_value). --- console-client/mach-inputdev.h | 56 +- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/console-client/mach-inputdev.h b/console-cli