summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-01-16 18:04:20 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-01-16 18:04:20 +0000
commit4e0f5f585fbefc79085eb78c8f03c7db9002ff13 (patch)
tree650a3da7268cdb12da379d49831ee03a0a92fb54 /sys
parente3c5e9a37ac2cb062e9a8b2b2ce095b9d9610cd8 (diff)
Don't include machine/elf_machdep.h, not all archs have it yet.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 2ecf387d53c..e63e506ac63 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.22 2001/01/16 15:44:36 art Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.23 2001/01/16 18:04:19 art Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -501,8 +501,6 @@ struct elf_args {
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
#endif
-#include <machine/elf_machdep.h>
-
#if defined(ELFSIZE) && (ELFSIZE == 32)
#define Elf_Ehdr Elf32_Ehdr
#define Elf_Phdr Elf32_Phdr