summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_exec.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-09-11 15:44:15 +0000
committerderaadt <deraadt@openbsd.org>2012-09-11 15:44:15 +0000
commit2cf794e27eafe5cb030c28554136b425ea5bf780 (patch)
tree7cf026a5ef6c359ae67a6dff806ccae260666d2a /sys/compat/linux/linux_exec.h
parentremove the session entry from the search tree when it's dead. (diff)
downloadwireguard-openbsd-2cf794e27eafe5cb030c28554136b425ea5bf780.tar.xz
wireguard-openbsd-2cf794e27eafe5cb030c28554136b425ea5bf780.zip
Remove the 'OLF method' used for the transition from a.out to ELF and
for all the compat layers which are now gone. Linux compat still works because it always used another method in any case, and nothing looks at p_os anymore. ok jsing
Diffstat (limited to 'sys/compat/linux/linux_exec.h')
-rw-r--r--sys/compat/linux/linux_exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.h b/sys/compat/linux/linux_exec.h
index d4f0f14d2e1..b216205a5a6 100644
--- a/sys/compat/linux/linux_exec.h
+++ b/sys/compat/linux/linux_exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_exec.h,v 1.7 2011/04/05 22:54:30 pirofti Exp $ */
+/* $OpenBSD: linux_exec.h,v 1.8 2012/09/11 15:44:19 deraadt Exp $ */
/* $NetBSD: linux_exec.h,v 1.5 1995/10/07 06:27:01 mycroft Exp $ */
/*
@@ -70,6 +70,6 @@ int exec_linux_aout_makecmds(struct proc *, struct exec_package *);
int exec_linux_elf32_makecmds(struct proc *, struct exec_package *);
int linux_elf_probe(struct proc *, struct exec_package *, char *,
- u_long *, u_int8_t *);
+ u_long *);
#endif /* !_LINUX_EXEC_H_ */