From 666830d8a75a3676f60b48028b115edb19d06cc7 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 1 Mar 2014 11:55:50 +0100 Subject: trans/ifsock: fix receiver lookup * trans/Makefile: Add ifsock-MIGSFLAGS. * trans/ifsock.c (S_ifsock_getsockaddr): Fix receiver lookup. --- trans/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'trans/Makefile') 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 -- cgit v1.2.3