From 16013c560e189bd0c4fb58e038c0f449542dba7a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 16 Jul 2017 11:19:51 +0000 Subject: Add egidingroups sysdeps, change fd_close() to void and saving errno, propagate changes --- src/librandom/random_init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/librandom/random_init.c') diff --git a/src/librandom/random_init.c b/src/librandom/random_init.c index cf7ef32..e780cfa 100644 --- a/src/librandom/random_init.c +++ b/src/librandom/random_init.c @@ -62,9 +62,7 @@ int random_init () if (fd < 0) return 0 ; if (coe(fd) < 0) { - int e = errno ; fd_close(fd) ; - errno = e ; return 0 ; } random_fd = fd ; -- cgit v1.2.3