diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-07 12:07:18 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-07 12:11:35 +0200 |
commit | afd266c9c00c99c87d14ef2bc4060413656f4448 (patch) | |
tree | 0856df31eae5356987a7a51b6ff4e1320acbc73d /devnode/Makefile | |
parent | fe9c72e60a59109bff7558224871ac5e80b9f38d (diff) |
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.
Diffstat (limited to 'devnode/Makefile')
-rw-r--r-- | devnode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devnode/Makefile b/devnode/Makefile index f4522564..2c8af58d 100644 --- a/devnode/Makefile +++ b/devnode/Makefile @@ -24,6 +24,7 @@ DIST_FILES = ourdevice.defs notify.defs HURDLIBS = ports trivfs fshelp shouldbeinlibc target = devnode MIGSTUBS = ourdeviceServer.o notifyServer.o +MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h OBJS = $(SRCS:.c=.o) $(MIGSTUBS) include ../Makeconf |