Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-04-24 11:44:27 +02:00
8 changed files with 12 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ struct Directory {
Directory *const parent;
time_t mtime = 0;
unsigned inode = 0, device = 0;
uint64_t inode = 0, device = 0;
const std::string path;