[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 03/30: pflocal: fix receiver lookup
From: |
Samuel Thibault |
Subject: |
[hurd] 03/30: pflocal: fix receiver lookup |
Date: |
Tue, 22 Sep 2015 21:51:57 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 60d862ca1de4e5bd690dbc631bce15f08acffa13
Author: Justus Winter <address@hidden>
Date: Fri Aug 14 02:32:09 2015 +0200
pflocal: fix receiver lookup
* pflocal/mig-decls.h (begin_using_addr_payload): Use
`ports_lookup_payload'.
---
pflocal/mig-decls.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pflocal/mig-decls.h b/pflocal/mig-decls.h
index b1da797..6c044ce 100644
--- a/pflocal/mig-decls.h
+++ b/pflocal/mig-decls.h
@@ -58,7 +58,7 @@ begin_using_addr_port(mach_port_t port)
static inline addr_t __attribute__ ((unused))
begin_using_addr_payload (unsigned long payload)
{
- return ports_lookup_port (NULL, payload, addr_port_class);
+ return ports_lookup_payload (NULL, payload, addr_port_class);
}
static inline void __attribute__ ((unused))
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (3dc2076 -> 3f883d3), Samuel Thibault, 2015/09/22
- [hurd] 03/30: pflocal: fix receiver lookup,
Samuel Thibault <=
- [hurd] 04/30: libports: clarify why we emulate protected payloads, Samuel Thibault, 2015/09/22
- [hurd] 06/30: Fake full file access only for faked nodes, Samuel Thibault, 2015/09/22
- [hurd] 05/30: Make fakeroot return file types from underly fs, Samuel Thibault, 2015/09/22
- [hurd] 07/30: ext2fs: improve ext2fs debugging, Samuel Thibault, 2015/09/22
- [hurd] 10/30: libdiskfs: fix typo, Samuel Thibault, 2015/09/22
- [hurd] 02/30: Print which path init tried to execv, Samuel Thibault, 2015/09/22
- [hurd] 11/30: libdiskfs: add missing declarations, Samuel Thibault, 2015/09/22
- [hurd] 08/30: ext2fs: provide unconditional debug macro, Samuel Thibault, 2015/09/22
- [hurd] 16/30: Make procfs accept none or proc as "device", Samuel Thibault, 2015/09/22
- [hurd] 15/30: Fix opening a fifo with O_RDWR, Samuel Thibault, 2015/09/22