From 491cdadd597b9c5ae026a2155894c4bc2203334f Mon Sep 17 00:00:00 2001 From: arr Date: Tue, 13 Nov 2001 07:42:30 +0000 Subject: Update the KLD examples so they will work with current. Reviewed: jhb --- share/examples/kld/syscall/module/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/examples/kld/syscall/module/syscall.c') 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; -- cgit v1.1