diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/exec_elf.c | 6 | ||||
-rw-r--r-- | sys/kern/exec_elf64.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c index 7ba59b25e73..183ad02749a 100644 --- a/sys/kern/exec_elf.c +++ b/sys/kern/exec_elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.c,v 1.30 2001/01/16 15:49:00 art Exp $ */ +/* $OpenBSD: exec_elf.c,v 1.31 2001/01/22 14:25:03 art Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -536,10 +536,10 @@ exec_elf_makecmds(p, epp) 0; if (!error) p->p_os = os; -#ifndef NATIVE_ELF +#ifndef NATIVE_EXEC_ELF else goto bad; -#endif /* NATIVE_ELF */ +#endif /* NATIVE_EXEC_ELF */ /* * Load all the necessary sections diff --git a/sys/kern/exec_elf64.c b/sys/kern/exec_elf64.c index 5812623db83..7c62c1cc7e8 100644 --- a/sys/kern/exec_elf64.c +++ b/sys/kern/exec_elf64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf64.c,v 1.10 2001/01/16 15:46:20 art Exp $ */ +/* $OpenBSD: exec_elf64.c,v 1.11 2001/01/22 14:25:03 art Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -552,7 +552,7 @@ exec_elf64_makecmds(p, epp) #ifndef NATIVE_EXEC_ELF else goto bad; -#endif /* NATIVE_ELF */ +#endif /* NATIVE_EXEC_ELF */ /* * Load all the necessary sections |