diff options
author | 2004-08-09 13:44:19 +0000 | |
---|---|---|
committer | 2004-08-09 13:44:19 +0000 | |
commit | ce9020365288a9c7d82b687bfaa7d74c92758000 (patch) | |
tree | 34680dea6c4533ac4cef281aab91aa17e95208b0 | |
parent | use OpenBSDs version instead (diff) | |
download | wireguard-openbsd-ce9020365288a9c7d82b687bfaa7d74c92758000.tar.xz wireguard-openbsd-ce9020365288a9c7d82b687bfaa7d74c92758000.zip |
bang! no reloc.h
-rw-r--r-- | libexec/ld.so/mips/archdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/mips/archdep.h b/libexec/ld.so/mips/archdep.h index 0a6529c4d89..0e728a7524b 100644 --- a/libexec/ld.so/mips/archdep.h +++ b/libexec/ld.so/mips/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.7 2004/05/24 20:16:12 drahn Exp $ */ +/* $OpenBSD: archdep.h,v 1.8 2004/08/09 13:44:19 pefo Exp $ */ /* * Copyright (c) 1998-2002 Opsycon AB, Sweden. @@ -30,7 +30,6 @@ #define _MIPS_ARCHDEP_H_ #include <link.h> -#include <machine/reloc.h> #include "syscall.h" #include "resolve.h" |