summaryrefslogtreecommitdiff
path: root/tools/make-leapsecs_table
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-02-21 12:05:07 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-02-21 12:05:07 +0000
commit49d8fa1058aaf23c29e074b2314492ae40d2f557 (patch)
tree393f884d5a99f984e992a0f35f1b02ac43536217 /tools/make-leapsecs_table
parentfdffefb8032922ce7ffe4c00816072a8ff2148fc (diff)
downloadskalibs-49d8fa1058aaf23c29e074b2314492ae40d2f557.tar.xz
Types change: big pass on libstddjb and libunixonacid
libdatastruct still missing, library still not functional
Diffstat (limited to 'tools/make-leapsecs_table')
-rwxr-xr-xtools/make-leapsecs_table4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-leapsecs_table b/tools/make-leapsecs_table
index 7457dad..fe23feb 100755
--- a/tools/make-leapsecs_table
+++ b/tools/make-leapsecs_table
@@ -27,7 +27,7 @@ if
#include \"djbtime-internal.h\"
unsigned int const leapsecs_table_len = ${N} ;
-static uint64 const leapsecs_table_[${N}] =\n{"
+static uint64_t const leapsecs_table_[${N}] =\n{"
}
if
@@ -36,4 +36,4 @@ if
${PREFIX}/convert-leapsecs
}
-s6-echo "} ;\nuint64 const *const leapsecs_table = leapsecs_table_ ;"
+s6-echo "} ;\nuint64_t const *const leapsecs_table = leapsecs_table_ ;"