Putting EHOSTDOWN inside an ifdef to fix BeOS breakage.

git-svn-id: svn://10.0.0.236/trunk@37690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-07-01 10:56:48 +00:00
parent 37279af5d3
commit 44d8b6ef0b
2 changed files with 4 additions and 0 deletions

View File

@@ -4743,7 +4743,9 @@ ResDef(XP_ERRNO_ENETRESET ,ENETRESET ,"Network dropped connection
ResDef(XP_ERRNO_ECONNABORTED ,ECONNABORTED ,"Connection aborted")
ResDef(XP_ERRNO_ECONNRESET ,ECONNRESET ,"Connection reset by peer")
ResDef(XP_ERRNO_ENOTCONN ,ENOTCONN ,"Socket is not connected")
#ifdef EHOSTDOWN
ResDef(XP_ERRNO_EHOSTDOWN ,EHOSTDOWN ,"Host is down")
#endif
ResDef(XP_ERRNO_EHOSTUNREACH ,EHOSTUNREACH ,"No route to host")
END_STR(mcom_include_xp_error_i_strings)
#endif

View File

@@ -4743,7 +4743,9 @@ ResDef(XP_ERRNO_ENETRESET ,ENETRESET ,"Network dropped connection
ResDef(XP_ERRNO_ECONNABORTED ,ECONNABORTED ,"Connection aborted")
ResDef(XP_ERRNO_ECONNRESET ,ECONNRESET ,"Connection reset by peer")
ResDef(XP_ERRNO_ENOTCONN ,ENOTCONN ,"Socket is not connected")
#ifdef EHOSTDOWN
ResDef(XP_ERRNO_EHOSTDOWN ,EHOSTDOWN ,"Host is down")
#endif
ResDef(XP_ERRNO_EHOSTUNREACH ,EHOSTUNREACH ,"No route to host")
END_STR(mcom_include_xp_error_i_strings)
#endif