FreeBSD Bugzilla – Attachment 39660 Details for
Bug 62476
[PATCH] irc/irssi: Unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 486 bytes, created by
Ulrich Spoerlein
on 2004-02-07 12:40:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2004-02-07 12:40:16 UTC
Size:
486 bytes
patch
obsolete
>--- /dev/null Sat Feb 7 12:51:32 2004 >+++ files/patch-eai_nodata Sat Feb 7 12:50:23 2004 >@@ -0,0 +1,11 @@ >+--- src/core/network.c.orig Sat Feb 7 12:48:34 2004 >++++ src/core/network.c Sat Feb 7 12:49:40 2004 >+@@ -607,7 +607,7 @@ >+ int net_hosterror_notfound(int error) >+ { >+ #ifdef HAVE_IPV6 >+- return error != 1 && (error == EAI_NONAME || error == EAI_NODATA); >++ return error != 1 && (error == EAI_NONAME); >+ #else >+ return error == HOST_NOT_FOUND || error == NO_ADDRESS; >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62476
:
39659
| 39660
Working