From afd266c9c00c99c87d14ef2bc4060413656f4448 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 7 Apr 2014 12:07:18 +0200 Subject: libports: fix notify_port_t receiver lookups This is a patch that in conjunction with e9687ec4ff525ae4a88314ba4ae97da770bd012f fixes the receiver lookups for the notify_port_t type. * devnode/Makefile (MIGSFLAGS): Use mig-mutate.h. * eth-filter/Makefile: Likewise. * eth-multiplexer/Makefile: Likewise. * libmachdev/Makefile: Likewise. * devnode/mig-mutate.h: New file. * eth-filter/mig-mutate.h: Likewise. * eth-multiplexer/mig-mutate.h: Likewise. * libmachdev/mig-mutate.h: Likewise. * devnode/devnode.c: Adjust accordingly. * eth-filter/filter.c: Likewise. * eth-multiplexer/notify_impl.c: Likewise. * libmachdev/trivfs_server.c: Likewise. --- libmachdev/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libmachdev/Makefile') diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 728fe82e..e0064610 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -28,6 +28,7 @@ installhdrs = machdev.h HURDLIBS = ports trivfs ddekit bpf OTHERLIBS = -lpthread OBJS = $(SRCS:.c=.o) $(MIGSTUBS) +MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h include ../Makeconf -- cgit v1.2.3