diff options
Diffstat (limited to 'sys/compat/linux/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/linux_exec.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/linux_exec.h b/sys/compat/linux/linux_exec.h index a5e20e8d282..a8d60a7ca29 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.3 1998/02/22 01:07:57 niklas Exp $ */ +/* $OpenBSD: linux_exec.h,v 1.4 2002/03/14 01:26:50 millert Exp $ */ /* $NetBSD: linux_exec.h,v 1.5 1995/10/07 06:27:01 mycroft Exp $ */ /* @@ -66,10 +66,10 @@ #define LINUX_N_BSSADDR(x,m) (LINUX_N_DATADDR(x,m) + (x).a_data) -int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); -int exec_linux_elf_makecmds __P((struct proc *, struct exec_package *)); +int exec_linux_aout_makecmds(struct proc *, struct exec_package *); +int exec_linux_elf_makecmds(struct proc *, struct exec_package *); -int linux_elf_probe __P((struct proc *, struct exec_package *, char *, - u_long *, u_int8_t *)); +int linux_elf_probe(struct proc *, struct exec_package *, char *, + u_long *, u_int8_t *); #endif /* !_LINUX_EXEC_H */ |
