--- projects/libstatgrab/src/libstatgrab/tools.c 2004/03/17 11:58:18 1.32 +++ projects/libstatgrab/src/libstatgrab/tools.c 2004/03/20 21:28:10 1.33 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.c,v 1.32 2004/03/17 11:58:18 ats Exp $ + * $Id: tools.c,v 1.33 2004/03/20 21:28:10 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -460,7 +460,7 @@ struct uvmexp *get_uvmexp() { #endif int statgrab_init(){ -#if defined(FREEBSD) || defined(DFBSD) +#if (defined(FREEBSD) && !defined(FREEBSD5)) || defined(DFBSD) { kvm_t *kvmd = get_kvm(); if (kvmd == NULL) return 1;