From 3a53fc798b91fe68583460ed8c7f152aa306d47a Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 19 Feb 2005 21:32:21 +0000 Subject: Fix the same problem that was fixed in rev. 1.6 and got reintroduced in rev. 1.8 -- make btxld(8) a cross-tool for i386 and now amd64. Tested on: alpha (which has a different idea of __LDPGSZ) --- usr.sbin/btxld/btxld.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.sbin/btxld') diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c index 6fd7f45..7acf842 100644 --- a/usr.sbin/btxld/btxld.c +++ b/usr.sbin/btxld/btxld.c @@ -34,6 +34,11 @@ static const char rcsid[] = #include #include +/* XXX make this work as an i386/amd64 cross-tool */ +#include +#undef __LDPGSZ +#define __LDPGSZ 4096 + #include #include #include -- cgit v1.1