Re: [PATCH v3 2/2] procfs: Populate /proc/route with network routes

2022-09-11 Thread Samuel Thibault
Hello, Damien Zammit, le ven. 09 sept. 2022 09:43:01 +, a ecrit: > This requires the new client side to be installed. I'm not sure to understand what you mean. The installed comes from the glibc package, not the hurd package. > diff --git a/procfs/rootdir.c b/procfs/rootdir.c > index 0e7c0

[PATCH v3 2/2] procfs: Populate /proc/route with network routes

2022-09-09 Thread Damien Zammit
This requires the new client side to be installed. --- procfs/Makefile | 2 +- procfs/rootdir.c | 78 2 files changed, 79 insertions(+), 1 deletion(-) diff --git a/procfs/Makefile b/procfs/Makefile index 13ee026c..d32328d2 100644 --- a/procfs/M