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/eventcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/eventcount.c') diff --git a/kern/eventcount.c b/kern/eventcount.c index aa3f1e36..1bc9968d 100644 --- a/kern/eventcount.c +++ b/kern/eventcount.c @@ -98,7 +98,7 @@ evc_destroy(evc_t ev) * Thread termination. * HORRIBLE. This stuff needs to be fixed. */ -void evc_notify_abort(thread_t thread) +void evc_notify_abort(const thread_t thread) { int i; evc_t ev; -- cgit v1.2.3