From 353a3e7b07487481081fac014b4f0f630efa9856 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 18 Jan 2010 22:26:42 -0800 Subject: [PATCH] IFT_BRIDGE undef on darwin --- src/os/darwin/darwin_sigar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/darwin/darwin_sigar.c b/src/os/darwin/darwin_sigar.c index ab184338..8438ade6 100644 --- a/src/os/darwin/darwin_sigar.c +++ b/src/os/darwin/darwin_sigar.c @@ -3340,7 +3340,7 @@ static char *get_hw_type(int type) return "vlan"; case IFT_IEEE1394: return "firewire"; -#ifdef IFT_BRIDGE: +#ifdef IFT_BRIDGE case IFT_BRIDGE: return "bridge"; #endif