Subject: Re: CVS commit: src/regress/lib/libc/randomid
To: None <itojun@netbsd.org>
From: Klaus Klein <kleink@reziprozitaet.de>
List: source-changes
Date: 11/26/2003 00:48:36
On Wednesday 26 November 2003 00:14, Jun-ichiro itojun Hagino wrote:

> Module Name:	src
> Committed By:	itojun
> Date:		Tue Nov 25 23:14:48 UTC 2003
>
> Modified Files:
> 	src/regress/lib/libc/randomid: idtest.c
>
> Log Message:
> uint64_t may not be "unsigned long long", so use of ULLONG_MAX is not
> appropriate.

UINT64_MAX from <inttypes.h> might be what you're looking for...



- Klaus