Forced commit:

Fix breakage in previous time_t related commit:
  quad_t is not a 'long long' - don't use that for casting for printf %lld
  (it is plain "long" on our 64 bit platforms).

 Also, These timestamps are relative to boot time, not 1970.  We dont need
 to slow things down here with synthetic types on i386 since we have
 other wraparounds that occur *long* before 68 years of uptime.
This commit is contained in:
Peter Wemm 2001-11-04 18:28:45 +00:00
parent 9aefe36fa6
commit c405820b59

Diff Content Not Available