summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_elf.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/imgact_elf.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/imgact_elf.h')
-rw-r--r--sys/sys/imgact_elf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index b50f6e8..9615e62 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -65,9 +65,9 @@ typedef struct {
#define MAX_BRANDS 8
-int elf_brand_inuse __P((Elf32_Brandinfo *entry));
-int elf_insert_brand_entry __P((Elf32_Brandinfo *entry));
-int elf_remove_brand_entry __P((Elf32_Brandinfo *entry));
+int elf_brand_inuse(Elf32_Brandinfo *entry);
+int elf_insert_brand_entry(Elf32_Brandinfo *entry);
+int elf_remove_brand_entry(Elf32_Brandinfo *entry);
#else /* !(ELF_TARG_CLASS == ELFCLASS32) */
@@ -97,15 +97,15 @@ typedef struct {
#define MAX_BRANDS 8
-int elf_brand_inuse __P((Elf64_Brandinfo *entry));
-int elf_insert_brand_entry __P((Elf64_Brandinfo *entry));
-int elf_remove_brand_entry __P((Elf64_Brandinfo *entry));
+int elf_brand_inuse(Elf64_Brandinfo *entry);
+int elf_insert_brand_entry(Elf64_Brandinfo *entry);
+int elf_remove_brand_entry(Elf64_Brandinfo *entry);
#endif /* ELF_TARG_CLASS == ELFCLASS32 */
struct thread;
-int elf_coredump __P((struct thread *, struct vnode *, off_t));
+int elf_coredump(struct thread *, struct vnode *, off_t);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud