K 10 svn:author V 6 cognet K 8 svn:date V 27 2008-08-03T20:36:40.735938Z K 7 svn:log V 286 ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so for big endian platforms where time_t is 64bits (ie armeb and sparc64), it will be a problem. Use a temporary time_t to work around this. Submitted by: Matthew Luckie MFC after: 3 days END