IFT_BRIDGE undef on darwin

This commit is contained in:
Doug MacEachern 2010-01-18 22:26:42 -08:00
parent 0b23dc0082
commit 353a3e7b07
1 changed files with 1 additions and 1 deletions

View File

@ -3340,7 +3340,7 @@ static char *get_hw_type(int type)
return "vlan"; return "vlan";
case IFT_IEEE1394: case IFT_IEEE1394:
return "firewire"; return "firewire";
#ifdef IFT_BRIDGE: #ifdef IFT_BRIDGE
case IFT_BRIDGE: case IFT_BRIDGE:
return "bridge"; return "bridge";
#endif #endif