diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-31 09:19:15 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-31 09:19:15 +0000 |
commit | 29228bcb2229da01995293a5cb6e28c3788af684 (patch) | |
tree | d2793a823d3d11c48e1bac51e57cc6b7366de33e | |
parent | 298b4ac90e5373220f83b40b20c751be8356aad6 (diff) |
Cleanup exec
-rw-r--r-- | sys/sys/exec_elf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index 1d9a7d523a2..e91f96c606b 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.6 1996/06/12 07:31:37 deraadt Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.7 1996/08/31 09:19:14 pefo Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen * All rights reserved. @@ -385,10 +385,9 @@ struct elf_args { }; int exec_elf_makecmds __P((struct proc *, struct exec_package *)); -void *elf_copyargs __P((struct exec_package *, struct ps_strings *, void *, - void *)); void *elf_copyargs __P((struct exec_package *, struct ps_strings *, void *, void *)); +int exec_elf_fixup __P((struct proc *, struct exec_package *)); /* * XXX - OpenBSD hack to determine |