> Added Files: > src/lib/libc/gen: getentropy.3 getentropy.c thanks for this. can you fix a minor nit? + return sysctl(name, 2, buf, &len, NULL, 0); please write '2' as '__arraycount(name)'. thanks. .mrg.