From 592153d709607ff8b0a71e6f7c77297d12cbef72 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 28 Oct 2014 21:46:02 +0000 Subject: fix function declaration --- debug/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/debug.c b/debug/debug.c index 5b6bc76..2175342 100644 --- a/debug/debug.c +++ b/debug/debug.c @@ -33,7 +33,7 @@ debug_lkmentry(struct lkm_table *lkmtp, int cmd, int ver) } static int -debug_sysctl(struct proc *p, void *v, int *retval) +debug_sysctl(struct proc *p, void *v, register_t *retval) { struct sys___sysctl_args /* { syscallarg(int *) name; -- cgit v1.2.3