--- projects/libstatgrab/src/libstatgrab/network_stats.c 2003/08/26 22:34:49 1.17 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2003/10/19 02:03:02 1.18 @@ -36,7 +36,7 @@ #include #include "tools.h" #endif -#ifdef FREEBSD +#ifdef ALLBSD #include #include #include @@ -101,12 +101,12 @@ network_stat_t *get_network_stats(int *entries){ regex_t regex; regmatch_t line_match[4]; #endif -#ifdef FREEBSD +#ifdef ALLBSD struct ifaddrs *net, *net_ptr; struct if_data *net_data; #endif -#ifdef FREEBSD +#ifdef ALLBSD if(getifaddrs(&net) != 0){ return NULL; }