summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/debug.c b/debug/debug.c
index be78db3..d3ee3f2 100644
--- a/debug/debug.c
+++ b/debug/debug.c
@@ -11,12 +11,13 @@
int debug_lkmentry(struct lkm_table *, int, int);
-static int debug_sysctl(struct proc *, void *, int *);
+static int debug_sysctl(struct proc *, void *, register_t *);
struct sysent debug_sysent = {
6,
sizeof(struct sys___sysctl_args),
+ 0,
debug_sysctl
};