From a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 15 Feb 2017 17:40:40 +0000 Subject: add arc4random_addrandom sysdep; next batch of types changes. The library isn't supposed to be functional yet: there are still a lot of type mismatches. --- src/libstddjb/absolutepath_tmp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libstddjb/absolutepath_tmp.c') diff --git a/src/libstddjb/absolutepath_tmp.c b/src/libstddjb/absolutepath_tmp.c index 79a613a..3d3c2b1 100644 --- a/src/libstddjb/absolutepath_tmp.c +++ b/src/libstddjb/absolutepath_tmp.c @@ -1,5 +1,6 @@ /* ISC license. */ +#include #include #include #include @@ -8,8 +9,8 @@ int sarealpath_tmp (stralloc *sa, char const *path, stralloc *tmp) { - unsigned int tmpbase = tmp->len ; - unsigned int base = sa->len ; + size_t tmpbase = tmp->len ; + size_t base = sa->len ; unsigned int loop = 48 ; int fdhere ; int wasnull = !sa->s ; -- cgit v1.3.1