summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2015-08-17 17:13:59 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2015-08-17 17:13:59 +0000
commit0c5466138a26163ec875ecf449ccc189c32ea673 (patch)
tree21fba359291dd2c846e940938b5e07d69ed5c1c3
parent049de295e361fc54006d21036eb8766c3d521b3f (diff)
Do not include os-note-elf.h here, otherwise we end up with duplicate OS notes
in our binaries. ok miod@
-rw-r--r--lib/csu/boot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h
index fec41e3971b..1af62c3e0e1 100644
--- a/lib/csu/boot.h
+++ b/lib/csu/boot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.h,v 1.11 2015/07/03 11:17:25 miod Exp $ */
+/* $OpenBSD: boot.h,v 1.12 2015/08/17 17:13:58 kettenis Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -50,8 +50,6 @@
#include "stdlib.h"
#include "dl_prebind.h"
-#include "../../lib/csu/os-note-elf.h"
-
#ifdef RCRT0
/*