diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-22 01:08:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-22 01:08:00 +0000 |
commit | 3198f0ab31dac72a4422e72ec3b045b5eaa04797 (patch) | |
tree | 6cefa4857fe19f5278cfa40cf4aaba2f28830748 /sys/compat/svr4/svr4_exec.h | |
parent | 8e13cb95000ebf76f3d6b9e351d5dd640a053b17 (diff) |
Remember OS tag when running Linux or SVR4 ELF files. KNF.
Diffstat (limited to 'sys/compat/svr4/svr4_exec.h')
-rw-r--r-- | sys/compat/svr4/svr4_exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/svr4_exec.h b/sys/compat/svr4/svr4_exec.h index 5a7d4cab653..0ccfb6d2acd 100644 --- a/sys/compat/svr4/svr4_exec.h +++ b/sys/compat/svr4/svr4_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_exec.h,v 1.2 1996/08/02 20:35:37 niklas Exp $ */ +/* $OpenBSD: svr4_exec.h,v 1.3 1998/02/22 01:07:59 niklas Exp $ */ /* $NetBSD: svr4_exec.h,v 1.7 1995/07/02 06:16:06 christos Exp $ */ /* @@ -62,7 +62,7 @@ # define SVR4_INTERP_ADDR 0 #endif -int svr4_elf_probe __P((struct proc *p, struct exec_package *, char *, - u_long *pos)); +int svr4_elf_probe __P((struct proc *, struct exec_package *, char *, u_long *, + u_int8_t *)); #endif /* !_SVR4_EXEC_H_ */ |