ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/network_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/network_stats.c (file contents):
Revision 1.27 by pajs, Thu Feb 12 21:25:02 2004 UTC vs.
Revision 1.28 by tdb, Thu Feb 12 23:58:32 2004 UTC

# Line 450 | Line 450 | network_iface_stat_t *get_network_iface_stats(int *ent
450                          case(IFM_1000_SX):
451                          case(IFM_1000_LX):
452                          case(IFM_1000_CX):
453 + #ifdef FREEBSD5
454 +                        case(IFM_1000_T):
455 + #else
456                          case(IFM_1000_TX):
457 +                        case(IFM_1000_FX):
458 + #endif
459                                  network_iface_stat_ptr->speed = 1000;
460                                  break;
461                          /* We don't know what it is */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines