diff options
author | neal <neal> | 2004-12-02 15:22:24 +0000 |
---|---|---|
committer | neal <neal> | 2004-12-02 15:22:24 +0000 |
commit | 2c36bc4d9eb299b64dfeb4cb65019a35282a9e50 (patch) | |
tree | 475eca75411746c033a4b2cd290acd2ac5666670 /deva/physmem-user.h | |
parent | 599583b9e7518d1668e206e6ac32893d11ef2a60 (diff) |
task/
2004-12-01 Neal H. Walfield <neal@gnu.org>
* physmem-user.h (physmem_map): Change CONT from a hurd_cap_id_t
to a hurd_cap_handle_t.
* physmem-user.c (physmem_map): Likewise.
deva/
2004-12-01 Neal H. Walfield <neal@gnu.org>
* physmem-user.h (physmem_map): Change CONT from a hurd_cap_id_t
to a hurd_cap_handle_t.
* physmem-user.c (physmem_map): Likewise.
* task-user.h (task_thread_alloc): Change TASK from a
hurd_cap_id_t to a hurd_cap_handle_t.
* task-user.c (task_thread_alloc): Likewise.
Diffstat (limited to 'deva/physmem-user.h')
-rw-r--r-- | deva/physmem-user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deva/physmem-user.h b/deva/physmem-user.h index 2051cb5..ecb2029 100644 --- a/deva/physmem-user.h +++ b/deva/physmem-user.h @@ -31,7 +31,7 @@ /* Map the memory at offset OFFSET with size SIZE at address VADDR from the container CONT in the physical memory server PHYSMEM. */ -error_t physmem_map (l4_thread_id_t physmem, hurd_cap_id_t cont, +error_t physmem_map (l4_thread_id_t physmem, hurd_cap_handle_t cont, l4_word_t offset, size_t size, void *vaddr); #endif /* HURD_PHYSMEM_USER_H */ |