--- projects/libstatgrab/src/libstatgrab/tools.h 2003/10/19 00:25:30 1.7 +++ projects/libstatgrab/src/libstatgrab/tools.h 2003/10/19 02:03:02 1.8 @@ -20,9 +20,12 @@ #include #include -#ifdef FREEBSD +#ifdef ALLBSD #include #endif +#ifdef NETBSD +#include +#endif char *f_read_line(FILE *f, const char *string); @@ -32,6 +35,11 @@ char *get_string_match(char *line, regmatch_t *match); long long get_ll_match(char *line, regmatch_t *match); #endif -#ifdef FREEBSD +#ifdef ALLBSD kvm_t *get_kvm(void); #endif + +#ifdef NETBSD +struct uvmexp *get_uvmexp(void); +#endif +