summaryrefslogtreecommitdiff
path: root/libtbd_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtbd_stat.h')
-rw-r--r--libtbd_stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtbd_stat.h b/libtbd_stat.h
index f375ab1..f71337f 100644
--- a/libtbd_stat.h
+++ b/libtbd_stat.h
@@ -37,7 +37,7 @@ typedef struct {
void* parent;
char* name;
tbd_stat_type_e type;
- uint32_t mtime;
+ time_t mtime;
uint32_t size; // Count for directory.
uint32_t uid;
uint32_t gid;