Project

General

Profile

« Previous | Next » 

Revision d64e1022

Added by nobu (Nobuyoshi Nakada) almost 3 years ago

Fix guess_diff type

unsigned_time_t has the same size as time_t, but it doesn't mean
these types are same except for signedness. For instance, while
long and long long has the same size and time_t is defined as
the latter on 64bit OpenBSD, unsigned_time_t has been defined as
long.