From 2c36bc4d9eb299b64dfeb4cb65019a35282a9e50 Mon Sep 17 00:00:00 2001 From: neal Date: Thu, 2 Dec 2004 15:22:24 +0000 Subject: task/ 2004-12-01 Neal H. Walfield * 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 * 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. --- deva/task-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deva/task-user.c') diff --git a/deva/task-user.c b/deva/task-user.c index 3541893..822dbd6 100644 --- a/deva/task-user.c +++ b/deva/task-user.c @@ -35,7 +35,7 @@ /* Allocate a new thread for the task TASK, and return its thread ID in THREAD_ID. */ error_t -task_thread_alloc (l4_thread_id_t task_server, hurd_cap_id_t task, +task_thread_alloc (l4_thread_id_t task_server, hurd_cap_handle_t task, void *utcb, l4_thread_id_t *thread_id) { l4_msg_t msg; -- cgit v1.2.3