From b45dfa9804d7f349e207a2da7f2992aebf2b2629 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 14 Oct 2016 17:26:12 +0000 Subject: Fix type of the dummy char in s6-fillurandompool --- src/minutils/s6-fillurandompool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minutils') diff --git a/src/minutils/s6-fillurandompool.c b/src/minutils/s6-fillurandompool.c index e925e3b..6421659 100644 --- a/src/minutils/s6-fillurandompool.c +++ b/src/minutils/s6-fillurandompool.c @@ -5,7 +5,7 @@ int main (void) { - unsigned char c ; + char c ; PROG = "s6-fillurandompool" ; if (!random_init()) strerr_diefu1sys(111, "initialize random generator") ; -- cgit 1.4.1