[rescue] UNIX 2038 bug - looking for a list
Jonathan C. Patschke
jp at celestrion.net
Mon May 19 11:18:26 CDT 2008
On Mon, 19 May 2008, Bill Bradford wrote:
>>> - OpenBSD on 64-bit platforms
>>> - FreeBSD on 64-bit platforms
>> It's my understanding and belief that both of these are using a 64-bit
>> time_t.
>
> Got somewhere you can point me to, to back this up? I need to verify for
> sure before I put it in the article.
[jp at blueshift:~]$ uname -sr
FreeBSD 7.0-RELEASE
[jp at blueshift:~]$ egrep 'typedef.*time_t' /usr/include/time.h
typedef __time_t time_t;
[jp at blueshift:~]$ egrep 'typedef.*time_t' /usr/include/machine/_types.h
typedef __int64_t __time_t; /* time()... */
--
Jonathan Patschke | "There is more to life than increasing its speed."
Elgin, TX | --Mahatma Gandhi
USA |
More information about the rescue
mailing list