Source-Changes archive

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

Re: CVS commit: src/tools/compat



On Tue, Jun 22, 2004 at 12:54:06PM +1000, Luke Mewburn wrote:
> On Mon, Jun 21, 2004 at 10:13:32PM +0000, James Chacon wrote:
>   | 
>   | Module Name:      src
>   | Committed By:     jmc
>   | Date:             Mon Jun 21 22:13:32 UTC 2004
>   | 
>   | Modified Files:
>   |   src/tools/compat: compat_defs.h
>   | 
>   | Log Message:
>   | On NetBSD boxes make sure and provide prototypes for strtouq since quad_t 
> gets
>   | exposed all the time, but routines which use it do not. Otherwise callers
>   | of strtouq will lose.
>   | XXX: Need to come back through here and clean up the configure tests 
> better
>   | for this
> 
> We should just rototill the use of strto[u]q() and any quad_t stuff
> and replace it with the C99 strto[u]ll() & (unsigned) long long,
> especially within the "host" tools.

Yes. Phase 2 though. I'm just wanting to get this cleanly building for now :-)

James





Home | Main Index | Thread Index | Old Index