diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-04-20 08:08:55 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-04-20 08:08:55 +0800 |
commit | 00310c02d704a1cc0ffbd72c4f860e9c85a3522b (patch) | |
tree | 0d342b6d4855db65b581c2ab1acae04fd3950e7d /net-im/loudmouth/files/patch-loudmouth_lm-sock.c | |
parent | b769615d1558d2ba79b6558327a6ffbf2ea3394a (diff) | |
download | freebsd-ports-gnome-00310c02d704a1cc0ffbd72c4f860e9c85a3522b.tar.gz freebsd-ports-gnome-00310c02d704a1cc0ffbd72c4f860e9c85a3522b.tar.zst freebsd-ports-gnome-00310c02d704a1cc0ffbd72c4f860e9c85a3522b.zip |
Add the patch I missed in my previous commit.
Pointyhat to: self
Diffstat (limited to 'net-im/loudmouth/files/patch-loudmouth_lm-sock.c')
-rw-r--r-- | net-im/loudmouth/files/patch-loudmouth_lm-sock.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/loudmouth/files/patch-loudmouth_lm-sock.c b/net-im/loudmouth/files/patch-loudmouth_lm-sock.c new file mode 100644 index 000000000000..61a8727646b1 --- /dev/null +++ b/net-im/loudmouth/files/patch-loudmouth_lm-sock.c @@ -0,0 +1,14 @@ +--- loudmouth/lm-sock.c.orig Mon Apr 16 23:37:43 2007 ++++ loudmouth/lm-sock.c Mon Apr 16 23:38:08 2007 +@@ -273,9 +273,11 @@ + case EAI_FAIL: + return _("The nameserver encountered errors " + "looking up this address"); ++#ifdef EAI_NODATA + case EAI_NODATA: + return _("The remote host exists but no address " + "is available"); ++#endif + case EAI_NONAME: + return _("The remote address is unknown"); + case EAI_FAMILY: |