Another off-by-one found by valgrind.
[monky] / src / freebsd.h
index 54a981b..063b131 100644 (file)
@@ -15,4 +15,7 @@
 
 kvm_t *kd;
 
+int get_entropy_avail(unsigned int *);
+int get_entropy_poolsize(unsigned int *);
+
 #endif /*FREEBSD_H_*/