Re: [PATCH hurd] Use rpc_time_value_t in user space to avoid build errors

2023-02-12 Thread Samuel Thibault
Flavio Cruz, le dim. 12 févr. 2023 16:54:52 -0500, a ecrit: > rpc_time_value_t was introduced in > https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=5fdc928d3d29fdc93ad00cea5f5c877a19013d44 > but it breaks the build. Argl, I was wondering a bit about whether exposing rpc_ names could

[PATCH hurd] Use rpc_time_value_t in user space to avoid build errors

2023-02-12 Thread Flavio Cruz
rpc_time_value_t was introduced in https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=5fdc928d3d29fdc93ad00cea5f5c877a19013d44 but it breaks the build. This change fixes it. --- libps/spec.c | 8 procfs/process.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) di