summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec_elf.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2017-02-08 04:47:23 +0000
committerguenther <guenther@openbsd.org>2017-02-08 04:47:23 +0000
commit1809cfc628efe466f6eb5d3cc06e182e3ab66cd7 (patch)
tree14ca904e5b4e4839886e89e0350f150554ab506b /sys/sys/exec_elf.h
parentProvide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead (diff)
downloadwireguard-openbsd-1809cfc628efe466f6eb5d3cc06e182e3ab66cd7.tar.xz
wireguard-openbsd-1809cfc628efe466f6eb5d3cc06e182e3ab66cd7.zip
elf{32,64}_check_brand() isn't used; delete it
ok jca@
Diffstat (limited to 'sys/sys/exec_elf.h')
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index eb9a6011c96..466891456b1 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.68 2017/02/08 04:34:29 guenther Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.69 2017/02/08 04:47:23 guenther Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -730,7 +730,6 @@ int exec_elf64_makecmds(struct proc *, struct exec_package *);
void *elf64_copyargs(struct exec_package *, struct ps_strings *,
void *, void *);
int exec_elf64_fixup(struct proc *, struct exec_package *);
-char *elf64_check_brand(Elf64_Ehdr *);
int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *,
char *, size_t, size_t);
#endif
@@ -739,7 +738,6 @@ int exec_elf32_makecmds(struct proc *, struct exec_package *);
void *elf32_copyargs(struct exec_package *, struct ps_strings *,
void *, void *);
int exec_elf32_fixup(struct proc *, struct exec_package *);
-char *elf32_check_brand(Elf32_Ehdr *);
int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
char *, size_t, size_t);
#endif