diff options
author | 2001-01-16 18:04:19 +0000 | |
---|---|---|
committer | 2001-01-16 18:04:19 +0000 | |
commit | 091bfdc92009408a8f1475396a9e64ee4983e24e (patch) | |
tree | a2b303530cbb5e6bbf4c3fb63058e2851cbb9181 | |
parent | add timeout variable, alphabetize the var list; pointed out by Rob Francis <rfrancis@slurb.com> (diff) | |
download | wireguard-openbsd-091bfdc92009408a8f1475396a9e64ee4983e24e.tar.xz wireguard-openbsd-091bfdc92009408a8f1475396a9e64ee4983e24e.zip |
Don't include machine/elf_machdep.h, not all archs have it yet.
-rw-r--r-- | sys/sys/exec_elf.h | 4 |
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 |