From 0a03fedbb9ce7aac3b2ecdd50256160ba7e33b1c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 6 Apr 2023 01:20:40 -0400 Subject: Use default pager MiG stubs from Hurd instead of gnumach Hurd code relies on gnumach default_pager.defs headers when making calls using the default pager RPC. Those stubs were checked in back in the 90s and are essentially unused because gnumach does not implement or use that interface. Instead use the Hurd interface directly. This is safe since the Hurd stubs are a super set of the gnumach stubs. Later, we won't need to install the gnumach stubs anymore through glibc. Message-Id: --- procfs/rootdir.c | 1 - 1 file changed, 1 deletion(-) (limited to 'procfs/rootdir.c') diff --git a/procfs/rootdir.c b/procfs/rootdir.c index d6992911..45e228c8 100644 --- a/procfs/rootdir.c +++ b/procfs/rootdir.c @@ -22,7 +22,6 @@ #include #include #include "default_pager_U.h" -#include #include #include #include -- cgit v1.2.3