summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-05-27 08:21:55 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-05-27 08:21:55 +0200
commit70220ed436a20dad8d2cdcc4d39d4faa4e5819aa (patch)
treef888e1ae865ec6aca1250904ce79079060ee883b /ACE/ace/os_include
parent0a50ebb1c91efb70a4d7de65eac68aca22f1485a (diff)
downloadATCD-70220ed436a20dad8d2cdcc4d39d4faa4e5819aa.tar.gz
Add support for Embarcadero C++ Builder 10.4 Sydney
* ACE/NEWS: * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/os_include/net/os_if.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
Diffstat (limited to 'ACE/ace/os_include')
-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 f02af7b5ef8..be467aa2b24 100644
--- a/ACE/ace/os_include/net/os_if.h
+++ b/ACE/ace/os_include/net/os_if.h
@@ -103,7 +103,7 @@ struct ifconf {
#endif /* IFF_BROADCAST */
#if defined (ACE_LACKS_STRUCT_IF_NAMEINDEX)
-struct if_nameindex {};
+struct if_nameindex { int dummy; };
#endif
#ifdef __cplusplus