summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact_elf.h')
-rw-r--r--sys/sys/imgact_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index 0753122..b50f6e8 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -103,9 +103,9 @@ int elf_remove_brand_entry __P((Elf64_Brandinfo *entry));
#endif /* ELF_TARG_CLASS == ELFCLASS32 */
-struct proc;
+struct thread;
-int elf_coredump __P((struct proc *, struct vnode *, off_t));
+int elf_coredump __P((struct thread *, struct vnode *, off_t));
#endif /* _KERNEL */
OpenPOWER on IntegriCloud