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: --- libdiskfs/io-map-cntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/io-map-cntl.c') diff --git a/libdiskfs/io-map-cntl.c b/libdiskfs/io-map-cntl.c index 4a9b1f61..6432fa0a 100644 --- a/libdiskfs/io-map-cntl.c +++ b/libdiskfs/io-map-cntl.c @@ -15,9 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "default_pager_U.h" #include "priv.h" #include "io_S.h" -#include /* Implement io_map_cntl as described in . */ kern_return_t -- cgit v1.2.3