summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2007-03-20 08:47:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>2007-03-20 08:47:29 +0000
commitbd44484bb0cb3c5c44e811cf65dce4a39ed28560 (patch)
tree9503e21216ad2beb86f8bd4f15cec5af3f6196d0 /nanoftp.c
parent0c1e301175fb1e37436c9c352059bac80aed7dda (diff)
downloadlibxml2-bd44484bb0cb3c5c44e811cf65dce4a39ed28560.tar.gz
applied patch from Björn Wiberg to try to fix again the silly
* nanoftp.c: applied patch from Björn Wiberg to try to fix again the silly __ss_familly problem on various AIXes, should fix #420184 Daniel svn path=/trunk/; revision=3592
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nanoftp.c b/nanoftp.c
index c78503bf..d7c67c2d 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -102,8 +102,10 @@
#endif
#ifdef _AIX
+#ifdef HAVE_BROKEN_SS_FAMILY
#define ss_family __ss_family
#endif
+#endif
#ifndef XML_SOCKLEN_T
#define XML_SOCKLEN_T unsigned int