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/mach_clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/mach_clock.h') diff --git a/kern/mach_clock.h b/kern/mach_clock.h index 72189af..827cf86 100644 --- a/kern/mach_clock.h +++ b/kern/mach_clock.h @@ -102,7 +102,7 @@ extern void mapable_time_init (void); /* For public timer elements. */ extern void timeout(timer_func_t *fcn, void *param, int interval); -extern boolean_t untimeout(timer_func_t *fcn, void *param); +extern boolean_t untimeout(timer_func_t *fcn, const void *param); extern int timeopen(void); extern int timeclose(void); -- cgit v1.2.3