summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-04-16 09:05:10 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-04-16 09:05:10 -0500
commit509b105b343eeffe57504562e4cdd96c23414cf8 (patch)
tree56eedccaf4c6f44d6818f9ae8eed2fc5b6a5a199
parent8039e5058d85b8f62b506fb3eec5ffe0201a99b7 (diff)
downloadATCD-509b105b343eeffe57504562e4cdd96c23414cf8.tar.gz
Update for FACE Safety configuration on Linux
-rw-r--r--ACE/ace/os_include/net/os_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/os_include/net/os_if.h b/ACE/ace/os_include/net/os_if.h
index c7496926d80..ed85fa93d4d 100644
--- a/ACE/ace/os_include/net/os_if.h
+++ b/ACE/ace/os_include/net/os_if.h
@@ -102,7 +102,7 @@ struct ifconf {
# define IFF_BROADCAST 0x2
#endif /* IFF_BROADCAST */
-#ifdef ACE_LACKS_IF_NAMEINDEX
+#if defined ACE_HAS_WINSOCK2 && defined ACE_LACKS_IF_NAMEINDEX
struct if_nameindex {};
#endif