Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ntpd wedged by libc?



On Sat, Mar 03, 2012 at 07:43:46PM -0800, AGC wrote:
> I did search for the aft-c.h file mentioned as an include in t_printf.c 
> and it does exist on the system:
> 
> # find . -name atf-c.h
> /mnt/src/dist/atf/atf-c.h
> 
> So I don't understand why the compile is failing.

The ATF version in netbsd-5 is significantly older than the one in -current.
You can probably easily add the missing pieces, like:

#define ATF_REQUIRE_STREQ(A, B) ATF_CHECK(strcmp((A),(B))==0)


Martin


Home | Main Index | Thread Index | Old Index