This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 55d2bf5bef0a04bd976b35f968598637e26e95ed (commit) via a64baf761265b4a09b058e146485c102b52a3449 (commit) from 9c7a1bc253ba4a264e8e3d6ae7983f2fc645f2b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 55d2bf5bef0a04bd976b35f968598637e26e95ed Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Wed Sep 21 21:15:02 2022 +0000 Use route.h from glibc Unfortunately the Linux source also uses <net/route.h>, so we have to both make that include the glibc-provided one, and avoid making it emit Linuxish definitions when they would conflict with glibc definitions. commit a64baf761265b4a09b058e146485c102b52a3449 Author: Damien Zammit <dam...@zamaudio.com> Date: Tue Sep 20 03:01:59 2022 +0000 procfs: Populate /proc/route with network routes ----------------------------------------------------------------------- Summary of changes: pfinet/linux-src/include/net/route.h | 3 ++ pfinet/pfinet.h | 7 +++- pfinet/route.h | 42 -------------------- procfs/Makefile | 2 +- procfs/rootdir.c | 77 ++++++++++++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 44 deletions(-) delete mode 100644 pfinet/route.h hooks/post-receive -- Hurd