summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-19 09:00:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-19 09:00:20 +0000
commit1c20126efea60c7dc72804fb2948de83d220af9a (patch)
treeadb7bdc0af65800cf72e4f50637db9929337e069 /include/link.h
parent8d0e8c6d092152253766d2a4850018349fcd97bc (diff)
Remove more knowledge of a.out and stab information from the tree.
ok miod
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/link.h b/include/link.h
index d5104f031f5..cee7157f780 100644
--- a/include/link.h
+++ b/include/link.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: link.h,v 1.14 2004/01/22 21:48:02 espie Exp $ */
+/* $OpenBSD: link.h,v 1.15 2013/10/19 09:00:18 deraadt Exp $ */
/* $NetBSD: link.h,v 1.10 1996/01/09 00:00:11 pk Exp $ */
/*
@@ -37,8 +37,6 @@
#ifdef __ELF__
#include <link_elf.h>
-#else
-#include <link_aout.h>
#endif
/*