aboutsummaryrefslogtreecommitdiff
path: root/share/examples/lkm/misc/module/miscmod.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-30 08:38:34 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-30 08:38:34 +0000
commitd03815ca62b5b30e978ce30851d30ffc79337ebb (patch)
treecd22324099db7c1f1e9ea8c34a5d91c67e77ff20 /share/examples/lkm/misc/module/miscmod.c
parent1948b335baa0638c0dd6b0921426aea217abebbf (diff)
Remove `retval' from syscall functions here too.
Notes
Notes: svn path=/head/; revision=32119
Diffstat (limited to 'share/examples/lkm/misc/module/miscmod.c')
-rw-r--r--share/examples/lkm/misc/module/miscmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/lkm/misc/module/miscmod.c b/share/examples/lkm/misc/module/miscmod.c
index 16bbeccf11a4..bfb5589e817b 100644
--- a/share/examples/lkm/misc/module/miscmod.c
+++ b/share/examples/lkm/misc/module/miscmod.c
@@ -44,7 +44,7 @@
#include <sys/lkm.h>
/* XXX this should be in a header. */
-extern int misccall __P((struct proc *p, void *uap, int retval[]));
+extern int misccall __P((struct proc *p, void *uap));
/*
* These two entries define our system call and module information. We