summaryrefslogtreecommitdiff
path: root/lib/fstree/source_date_epoch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fstree/source_date_epoch.c')
-rw-r--r--lib/fstree/source_date_epoch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fstree/source_date_epoch.c b/lib/fstree/source_date_epoch.c
index bbf2e42..9b47d56 100644
--- a/lib/fstree/source_date_epoch.c
+++ b/lib/fstree/source_date_epoch.c
@@ -11,10 +11,10 @@
#include <stdio.h>
#include <ctype.h>
-uint32_t get_source_date_epoch(void)
+sqfs_u32 get_source_date_epoch(void)
{
const char *str, *ptr;
- uint32_t x, tval = 0;
+ sqfs_u32 x, tval = 0;
str = getenv("SOURCE_DATE_EPOCH");