summaryrefslogtreecommitdiff
path: root/libtbd_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtbd_stat.h')
-rw-r--r--libtbd_stat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtbd_stat.h b/libtbd_stat.h
index f71337f..c43c023 100644
--- a/libtbd_stat.h
+++ b/libtbd_stat.h
@@ -39,9 +39,9 @@ typedef struct {
tbd_stat_type_e type;
time_t mtime;
uint32_t size; // Count for directory.
- uint32_t uid;
- uint32_t gid;
- uint32_t mode;
+ uid_t uid;
+ gid_t gid;
+ mode_t mode;
uint32_t rdev;
} tbd_stat_t;