1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00

FreeBSD build fix.

This commit is contained in:
Brenden Matthews 2019-01-13 12:02:55 -05:00
parent 298eb76434
commit 1fc2b17eb5

View File

@ -41,6 +41,8 @@
#include <machine/apm_bios.h>
#endif /* i386 || __i386__ */
extern kvm_t *kd;
int get_entropy_avail(unsigned int *);
int get_entropy_poolsize(unsigned int *);
void print_sysctlbyname(struct text_object *, char *, unsigned int);