From b541a7c513aafa636a8ce0903aab4b72504bc0ed Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 11 Dec 2014 18:47:09 +0100 Subject: Fix inclusion loop between hurd_types.defs and hurd/signal.h> * boot/Makefile (MIGSFLAGS): Add -DHURD_DEFAULT_PAYLOAD_TO_PORT=1. * mach-defpager/Makefile (MIGSFLAGS): Likewise. * hurd/hurd_types.defs: Do not include . --- hurd/hurd_types.defs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 57af6dc04..4c01e639d 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -42,7 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef HURD_DEFAULT_PAYLOAD_TO_PORT #endif #else - import ; +/* Ideally we would include this here, to make sure ports_payload_get_name gets + declared, but this leads to an inclusion loop via hurd/signal.h + import ; + */ #define HURD_DEFAULT_PAYLOAD_TO_PORT ports_payload_get_name #endif -- cgit v1.2.3