diff --git a/urandom.c b/urandom.c --- a/urandom.c +++ b/urandom.c @@ -37,5 +37,6 @@ } close (fd); + return EXIT_SUCCESS; }