On Mon, 21 Mar 2005 12:08:50 +0530, Thaths <[EMAIL PROTECTED]> wrote: > It is a problem that is not unique to Linux. Other OS-es have the > issue too. Also, (someone correct me if I am wrong), it is not a > problem with 64-bit Linux.
I guess whether the OS is 32 or 64-bit is irrelevant, what matters is the data type the OS has chosen for time_t. Even on a 64-bit OS, the programmer is theoretically free to choose a 32-bit data type for time_t, thereby creating the bug there. Binand ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
