From 827c01fadb98e77f692d39d0fb34a1944e43c99b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 16 Dec 2013 23:55:15 +0100 Subject: kern: qualify pointers whose dereferenced values are constant with const --- kern/syscall_emulation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/syscall_emulation.c') diff --git a/kern/syscall_emulation.c b/kern/syscall_emulation.c index 290c51a5..da0a6cf2 100644 --- a/kern/syscall_emulation.c +++ b/kern/syscall_emulation.c @@ -94,7 +94,7 @@ void eml_task_reference(task, parent) */ void eml_task_deallocate(task) - task_t task; + const task_t task; { eml_dispatch_t eml; -- cgit v1.2.3