Bug#348412: Patch for 64bit time_t problem

2007-02-03 Thread John Hasler
I've applied the patch and also fixed some similar problems in the same area. I'll do an upload soon bit I'm not going to close this bug until all the LP64 bugs are fixed. -- John Hasler [EMAIL PROTECTED] Elmwood, WI USA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Bug#348412: Patch for 64bit time_t problem

2007-01-29 Thread Goswin von Brederlow
Package: chrony Version: 1.21z-5 Followup-For: Bug #348412 Hi, the problem seems to originate from the fact that time_t is 64bit. The tracking source sends an int32_t that gets converted with ntohl making it an uint32_t and then gets assigned to a time_t making it int64_t. Casting to int32_t res