From be3a974146976c47d368adeba7d877eeefd2e246 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 18 Nov 1993 05:29:27 +0000 Subject: Formerly hostarch.c.~3~ --- exec/hostarch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/hostarch.c b/exec/hostarch.c index 4d6f339a..01423052 100644 --- a/exec/hostarch.c +++ b/exec/hostarch.c @@ -40,9 +40,9 @@ aout_mach_host_machine (host_t host, int *host_machine) { error_t err; struct host_basic_info hostinfo; + unsigned int hostinfocnt = HOST_BASIC_INFO_COUNT; - if (err = host_info (host, HOST_BASIC_INFO, - &hostinfo, sizeof (hostinfo))) + if (err = host_info (host, HOST_BASIC_INFO, &hostinfo, &hostinfocnt)) return err; #ifdef BFD -- cgit v1.2.3