There was an error while loading. Please reload this page.
1 parent 298eb76 commit 1fc2b17Copy full SHA for 1fc2b17
src/freebsd.h
@@ -41,6 +41,8 @@
41
#include <machine/apm_bios.h>
42
#endif /* i386 || __i386__ */
43
44
+extern kvm_t *kd;
45
+
46
int get_entropy_avail(unsigned int *);
47
int get_entropy_poolsize(unsigned int *);
48
void print_sysctlbyname(struct text_object *, char *, unsigned int);
0 commit comments