--- projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/12 21:25:02 1.27 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/12 23:58:32 1.28 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: network_stats.c,v 1.27 2004/02/12 21:25:02 pajs Exp $ + * $Id: network_stats.c,v 1.28 2004/02/12 23:58:32 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -450,7 +450,12 @@ network_iface_stat_t *get_network_iface_stats(int *ent case(IFM_1000_SX): case(IFM_1000_LX): case(IFM_1000_CX): +#ifdef FREEBSD5 + case(IFM_1000_T): +#else case(IFM_1000_TX): + case(IFM_1000_FX): +#endif network_iface_stat_ptr->speed = 1000; break; /* We don't know what it is */