summaryrefslogtreecommitdiff
path: root/ace/os_include/arpa/os_inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/arpa/os_inet.h')
-rw-r--r--ace/os_include/arpa/os_inet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/os_include/arpa/os_inet.h b/ace/os_include/arpa/os_inet.h
index 34efdeed433..1ba2a0c1051 100644
--- a/ace/os_include/arpa/os_inet.h
+++ b/ace/os_include/arpa/os_inet.h
@@ -70,9 +70,9 @@ extern "C"
unsigned long inet_network (const char *);
#endif /* ! (ACE_VXWORKS) && ACE_VXWORKS <= 0x540 */
-#if defined (ACE_LACKS_INET_ATON_PROTOTYPE)
+#if defined (__Lynx__)
int inet_aton (const char *, struct in_addr *);
-#endif /* ACE_LACKS_INET_ATON_PROTOTYPE */
+#endif /* __Lynx__ */
#ifdef __cplusplus
}