summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_exec.h
diff options
context:
space:
mode:
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_ */