Searched hist:181262 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/quota/
H A Dquota.cdiff 181262 Sun Aug 03 18:48:55 MDT 2008 cognet 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 <mjl AT luckie DOT org dot nz>
MFC after: 3 days

Completed in 158 milliseconds