From f274c66b2141aca0f332e272b77cd0a048cef7f6 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 29 Nov 2013 12:35:13 +0100 Subject: exec: fix receiver lookup * exec/Makefile (exec_startup-MIGSFLAGS): New variable. * exec/execmutations.h: Add mutators for exec_startup_t. * exec/mig-decls.h: New file. * exec/priv.h (bootinfo_t): New type declaration to appease mig. * exec/exec.c (S_exec_startup_get_info): Fix receiver lookup. --- exec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'exec/Makefile') diff --git a/exec/Makefile b/exec/Makefile index 3ef742dd..d332f360 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -30,6 +30,7 @@ HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc OTHERLIBS = -lpthread exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h +exec_startup-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf -- cgit v1.2.3