summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/btxld.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-04 18:56:34 +0000
committerru <ru@FreeBSD.org>2003-02-04 18:56:34 +0000
commitb1a86b2a118dd127c2fd6a6bc37567d96962266f (patch)
tree0b5a6730f4e207d3f553152f1ada75bd2594e1d2 /usr.sbin/btxld/btxld.c
parent79e32cc4b8ec66e7eb64ab024881a43aaab5a058 (diff)
downloadFreeBSD-src-b1a86b2a118dd127c2fd6a6bc37567d96962266f.zip
FreeBSD-src-b1a86b2a118dd127c2fd6a6bc37567d96962266f.tar.gz
Added MI version of <sys/imgact_aout.h>, "a.out.h", which is
always compatible with the i386 version. This fixes one of the problems I had cross-releasing i386 on Alpha: the produced "-f aout" binaries are now identical.
Diffstat (limited to 'usr.sbin/btxld/btxld.c')
-rw-r--r--usr.sbin/btxld/btxld.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c
index f7a5e46..d5750f2 100644
--- a/usr.sbin/btxld/btxld.c
+++ b/usr.sbin/btxld/btxld.c
@@ -42,8 +42,7 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
-#include <a.out.h>
-
+#include "a.out.h"
#include "btx.h"
#include "elfh.h"
OpenPOWER on IntegriCloud