diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-16 23:55:14 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-17 19:03:05 +0100 |
commit | ece37d66ae394a0d783f3cba8a71d7b61735b0aa (patch) | |
tree | 52828034b2f55eba0612b47d03147398201d3a0f /ipc/ipc_entry.c | |
parent | 1a81c796689a01b00bc5aea0b3bd3fd672530798 (diff) |
ipc: qualify pointers whose dereferenced values are constant with const
Diffstat (limited to 'ipc/ipc_entry.c')
-rw-r--r-- | ipc/ipc_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_entry.c b/ipc/ipc_entry.c index 6cb1cfb..f1d763c 100644 --- a/ipc/ipc_entry.c +++ b/ipc/ipc_entry.c @@ -841,7 +841,7 @@ ipc_entry_grow_table(space) ipc_entry_t db_ipc_object_by_name( - task_t task, + const task_t task, mach_port_t name) { ipc_space_t space = task->itk_space; |