commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 05/13: hurd: fix receiver type, honor DEFAULT_PAGER_IMPORTS


From: Samuel Thibault
Subject: [hurd] 05/13: hurd: fix receiver type, honor DEFAULT_PAGER_IMPORTS
Date: Wed, 26 Mar 2014 12:12:15 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 71ee95fecd6b8afb2b19914b2395f63c44a8e812
Author: Justus Winter <address@hidden>
Date:   Fri Mar 7 20:31:14 2014 +0100

    hurd: fix receiver type, honor DEFAULT_PAGER_IMPORTS
    
    * hurd/default_pager.defs: Honor DEFAULT_PAGER_IMPORTS.
    (default_pager_object_set_size): Fix receiver type.
---
 hurd/default_pager.defs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hurd/default_pager.defs b/hurd/default_pager.defs
index 8ad82dc..4885503 100644
--- a/hurd/default_pager.defs
+++ b/hurd/default_pager.defs
@@ -36,6 +36,10 @@ subsystem default_pager 2275;
 
 import <hurd/default_pager_types.h>; /* XXX */
 
+#ifdef DEFAULT_PAGER_IMPORTS
+DEFAULT_PAGER_IMPORTS
+#endif
+
 routine        default_pager_object_create(
                default_pager           : mach_port_t;
        out     memory_object           : memory_object_t =
@@ -90,6 +94,6 @@ routine default_pager_paging_storage(
    to fix the object's maximum size.  Any references to pages beyond the limit
    will fail.  */
 routine default_pager_object_set_size(
-               memory_object           : mach_port_t;
+               memory_object           : memory_object_t;
        msgseqno seqno                  : mach_port_seqno_t;
                object_size_limit       : vm_size_t);

-- 
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]