diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-06 18:10:11 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-06 18:10:11 +0200 |
commit | e99cf3fc438d36a9a4f3bae63d6e8bed65c910d0 (patch) | |
tree | bf2fec5bbec3fae6dccca8080501bf8ddfe39ddb | |
parent | 7f4740e43afa956178df852ef2dfb1892ed53997 (diff) |
fix notify-fix-receiver-lookups.patch
-rw-r--r-- | debian/patches/notify-fix-receiver-lookups.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/notify-fix-receiver-lookups.patch b/debian/patches/notify-fix-receiver-lookups.patch index 8cc44b2a..1632be39 100644 --- a/debian/patches/notify-fix-receiver-lookups.patch +++ b/debian/patches/notify-fix-receiver-lookups.patch @@ -1,4 +1,4 @@ -commit 7b133da0393052cc28db41cdd5e259d5ef6458f3 +commit e9687ec4ff525ae4a88314ba4ae97da770bd012f Author: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat Apr 5 17:40:24 2014 +0200 @@ -78,7 +78,7 @@ index 0000000..f8c4f15 +#endif /* __LIBPORTS_MIG_DECLS_H__ */ diff --git a/libports/mig-mutate.h b/libports/mig-mutate.h new file mode 100644 -index 0000000..2eca719 +index 0000000..f692236 --- /dev/null +++ b/libports/mig-mutate.h @@ -0,0 +1,25 @@ @@ -106,7 +106,7 @@ index 0000000..2eca719 +#define NOTIFY_DESTRUCTOR \ + end_using_port_info (port_info_t) +#define NOTIFY_IMPORTS \ -+ import "mig-decls.h"; ++ import "libports/mig-decls.h"; diff --git a/libports/notify-dead-name.c b/libports/notify-dead-name.c index c67145d..f974e33 100644 --- a/libports/notify-dead-name.c @@ -257,7 +257,7 @@ index 2eed13c..aa31ffb 100644 ourmsgUser.o proc_excUser.o proc_excServer.o diff --git a/proc/mig-mutate.h b/proc/mig-mutate.h new file mode 100644 -index 0000000..9d4c14d +index 0000000..ad6eb32 --- /dev/null +++ b/proc/mig-mutate.h @@ -0,0 +1,33 @@ @@ -293,7 +293,7 @@ index 0000000..9d4c14d +#define NOTIFY_DESTRUCTOR \ + end_using_port_info (port_info_t) +#define NOTIFY_IMPORTS \ -+ import "../libports/mig-decls.h"; ++ import "libports/mig-decls.h"; diff --git a/proc/notify.c b/proc/notify.c index 5a112b0..b6731ae 100644 --- a/proc/notify.c |