summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/syscall/module/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/kld/syscall/module/syscall.c')
-rw-r--r--share/examples/kld/syscall/module/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/syscall/module/syscall.c b/share/examples/kld/syscall/module/syscall.c
index 2376725..eb168c3 100644
--- a/share/examples/kld/syscall/module/syscall.c
+++ b/share/examples/kld/syscall/module/syscall.c
@@ -39,7 +39,7 @@
*/
static int
-hello (struct proc *p, void *arg)
+hello (struct thread *td, void *arg)
{
printf ("hello kernel\n");
return 0;
OpenPOWER on IntegriCloud