summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug/debug.c2
1 files changed, 1 insertions, 1 deletions
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;