Subject: Re: sh/eval.c -current fails (alpha)
To: <>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 01/24/2003 00:10:38
On Thu, Jan 23, 2003 at 02:10:02PM -0800, David Hopper wrote:
> I've been getting this for the past couple of days' worth of sup'ping, 
> using ./build.sh:
> 
> /usr/src/bin/sh/eval.c:  In function `syspath':
> /usr/src/bin/sh/eval.c:589:  warning: passing arg 4 of `sysctl' from 
> incompatible pointer type
> /usr/src/bin/sh/eval.c:591:  warning: passing arg 4 of `sysctl' from 
> incompatible pointer type
> *** Error code 1

My fault :-)

Unfortunately an i386 build won't detect that...
Unless you replace the definition of _BSD_SIZE_T_ in ansi.h with:

typedef enum { __size_max = ~0u } ___size_enum_t;
#define _BSD_SIZE_T_            ___size_enum_t

	David

-- 
David Laight: david@l8s.co.uk