commit-hurd
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]