X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c9569a1edaf6f93cbeefe0b8dacc02c14dbb6cc9..f8477782df203e1998a8704e71a1a3cc699e9e3a:/ftparchive/cachedb.h diff --git a/ftparchive/cachedb.h b/ftparchive/cachedb.h index 1229b98ef..1b043e1aa 100644 --- a/ftparchive/cachedb.h +++ b/ftparchive/cachedb.h @@ -69,7 +69,7 @@ class CacheDB enum FlagList {FlControl = (1<<0),FlMD5=(1<<1),FlContents=(1<<2)}; struct StatStore { - uint32_t mtime; + time_t mtime; uint32_t Flags; } CurStat; struct StatStore OldStat;