summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-10-28 21:46:02 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-10-28 21:46:02 +0000
commit592153d709607ff8b0a71e6f7c77297d12cbef72 (patch)
tree8b08c15e89b3256c7eef4f8f3da0bc2c2b684157
parent11da7ae09904bf171597ee4a6ec14be72b0d2790 (diff)
fix function declarationHEADmaster
-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;