summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_netdb.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:08:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:08:19 +0000
commit4d194f7609eb86e28d1e3cc38fff15939f1188c6 (patch)
treea1e7d88e09086885ff0f031247a2bc50be729919 /ACE/ace/OS_NS_netdb.cpp
parente5e2bdb96f6d1ed58ed1dc91ad3918b23c2dad92 (diff)
downloadATCD-4d194f7609eb86e28d1e3cc38fff15939f1188c6.tar.gz
Wed Nov 22 09:07:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_netdb.cpp')
-rw-r--r--ACE/ace/OS_NS_netdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_netdb.cpp b/ACE/ace/OS_NS_netdb.cpp
index 92a853b2895..a788714eefd 100644
--- a/ACE/ace/OS_NS_netdb.cpp
+++ b/ACE/ace/OS_NS_netdb.cpp
@@ -356,7 +356,7 @@ ACE_OS::getmacaddress (struct macaddr_node_t *node)
return 0;
-#elif defined (linux)
+#elif defined (linux) && !defined (ACE_LACKS_NETWORKING)
struct ifreq ifr;