summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-29 12:35:13 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-05 13:40:08 +0200
commitf274c66b2141aca0f332e272b77cd0a048cef7f6 (patch)
tree04d26cb83988e515ce07578a8973ee57b6ae5cd0 /exec/Makefile
parentb939d0b64ac0cfb90e672386a8586a5515ebcd16 (diff)
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.
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile1
1 files changed, 1 insertions, 0 deletions
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