diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-10 20:05:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-10 20:05:51 +0000 |
commit | 888d988977d814d68cb49acd7536cb0a6e954270 (patch) | |
tree | 4d19a5677481d14463ec8075a4420ca16cc48f89 | |
parent | aa9a49527f084b87d041a39e0685c88f6dd56f35 (diff) |
temp fix
-rw-r--r-- | sys/sys/exec_elf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index 7cc8b7bcc8e..9d81ce4d044 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.16 1999/09/10 12:24:27 kstailey Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.17 1999/09/10 20:05:50 kstailey Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * @@ -482,13 +482,13 @@ void *elf64_copyargs __P((struct exec_package *, struct ps_strings *, int exec_elf64_fixup __P((struct proc *, struct exec_package *)); char *elf64_check_brand __P((Elf64_Ehdr *)); #endif -#ifdef _KERN_DO_ELF +/* #ifdef _KERN_DO_ELF */ int exec_elf_makecmds __P((struct proc *, struct exec_package *)); void *elf_copyargs __P((struct exec_package *, struct ps_strings *, void *, void *)); int exec_elf_fixup __P((struct proc *, struct exec_package *)); char *elf_check_brand __P((Elf32_Ehdr *)); -#endif +/* #endif */ #endif /* _KERNEL */ |