diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:42:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:42:02 +0000 |
commit | bb4ba73698ce8ff2823e28f7f16d4666ad317fd7 (patch) | |
tree | bae5f2bb5f2efb54ebcee4ab7929361f51ac6715 /libpager | |
parent | e3e7a3f4ae1405cb65e592cca8a8b5cf2c7356e1 (diff) |
Formerly lock-completed.c.~6~
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/lock-completed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpager/lock-completed.c b/libpager/lock-completed.c index 5cd07af9..3cf479fd 100644 --- a/libpager/lock-completed.c +++ b/libpager/lock-completed.c @@ -22,7 +22,7 @@ /* The kernel calls this (as described in <mach/memory_object.defs>) when a memory_object_lock_request call has completed. Read this in combination with lock-object.c. */ -error_t +kern_return_t _pager_seqnos_memory_object_lock_completed (mach_port_t object, mach_port_seqno_t seqno, mach_port_t control, |