summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-01 11:55:50 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-01 11:55:50 +0100
commit666830d8a75a3676f60b48028b115edb19d06cc7 (patch)
tree299ddc31343cbba6d11a8015d3a2faeaf3406874 /trans/Makefile
parente3a2c2caeea0a4f4d36b1117610d2a32d14ac69b (diff)
trans/ifsock: fix receiver lookup
* trans/Makefile: Add ifsock-MIGSFLAGS. * trans/ifsock.c (S_ifsock_getsockaddr): Fix receiver lookup.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile
index e74a8692..a2942820 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -37,6 +37,11 @@ password-MIGSFLAGS=\
"-DIO_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
"-DPASSWORD_IMPORTS=import \"../libtrivfs/mig-decls.h\";"
+ifsock-MIGSFLAGS=\
+ "-DFILE_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \
+ "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
+ "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";"
+
include ../Makeconf
vpath elfcore.c $(top_srcdir)/exec