X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/f088dbfea06363a84533bb9f1a84f756c46bc3b2..3cc649e34c61f557da885260d5542c805e66b0d8:/components/entropy.c diff --git a/components/entropy.c b/components/entropy.c deleted file mode 100644 index 65c65a1..0000000 --- a/components/entropy.c +++ /dev/null @@ -1,15 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#if defined(__linux__) -#include - -#include "../util.h" - -const char * -entropy(void) -{ - int num; - - return (pscanf("/proc/sys/kernel/random/entropy_avail", "%d", &num) == 1) ? - bprintf("%d", num) : NULL; -} -#endif