From 7dab2d00ee6098e6a771a3a566c71a614ef18bb2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jan 2018 21:40:08 +0100 Subject: hurd: drop elder MACH_IPC_COMPAT handling This was dropped from GNU Mach in 2006. * mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0. * mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT. * sysdeps/mach/hurd/fork.c (__fork): Drop special casing MACH_IPC_COMPAT. --- mach/Machrules | 2 +- mach/mach/mach_traps.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'mach') diff --git a/mach/Machrules b/mach/Machrules index 49e6399..4f9ec42 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -51,7 +51,7 @@ $(objpfx)dummy.mk: $(make-target-directory) echo '# Empty' > $@ -MIGFLAGS = -DMACH_IPC_COMPAT=0 -DSTANDALONE -DTypeCheck=0 \ +MIGFLAGS = -DSTANDALONE -DTypeCheck=0 \ $(+includes) $(migdefines) -subrprefix __ # Putting CC in the enivronment makes the mig wrapper script # use the same compiler setup we are using to run cpp. diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 5e09a95..cefbd2d 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.h @@ -17,8 +17,7 @@ /* Declare the few Mach system calls (except mach_msg, in ). This does not include the kernel RPC shortcut calls (in ). - - This file omits the MACH_IPC_COMPAT functions. */ + */ #ifndef _MACH_MACH_TRAPS_H -- cgit v1.1