Subject: Re: -current daily build failure on alpha
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 03/10/2000 09:38:51
In message <XFMail.000310083555.root@garbled.net>, Tim Rightnour writes:
>sources supped as of last night

Heh.

>/build/tools/usr/bin/lint -chapbxzF -L/build/root/usr/libdata/lint -d
>/build/root/usr/include -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS
>-D_REENTRANT -I/build/src/lib/libc/include -DINET6 -D__DBINTERFACE_PRIVATE
>-DRESOLVSORT -I. -DPOSIX_MISTAKE -DFLOATING_POINT -i
>/build/src/lib/libc/stdlib/strtoll.c
>/build/src/lib/libc/stdlib/strtoll.c(63): warning: ANSI C does not support
>'long long'
>/build/src/lib/libc/stdlib/strtoll.c(70): warning: ANSI C does not support
>'long long'
>/build/src/lib/libc/stdlib/strtoll.c(123): LLONG_MIN undefined
>/build/src/lib/libc/stdlib/strtoll.c(123): LLONG_MAX undefined
>*** Error code 1

It is humorous and to be laughed at, because we changed from 'quad' to 'long
long' specifically because ANSI C *DOES* support 'long long'.

-s