--- projects/libstatgrab/src/libstatgrab/tools.h 2004/04/04 22:40:25 1.16 +++ projects/libstatgrab/src/libstatgrab/tools.h 2004/04/04 22:48:50 1.17 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.h,v 1.16 2004/04/04 22:40:25 ats Exp $ + * $Id: tools.h,v 1.17 2004/04/04 22:48:50 tdb Exp $ */ #include @@ -44,8 +44,9 @@ char *f_read_line(FILE *f, const char *string); char *get_string_match(char *line, regmatch_t *match); -#if defined(FREEBSD) || defined(DFBSD) +#if (defined(FREEBSD) && !defined(FREEBSD5)) || defined(DFBSD) kvm_t *get_kvm(void); +kvm_t *get_kvm2(void); #endif #if defined(NETBSD) || defined(OPENBSD)