summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-16 10:57:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-16 10:57:53 +0000
commit663c1898a36dbd15013a9ca8c35d299ef705a842 (patch)
tree0f54432f21a9c5fedf5f3d192b42f6b5c649b2ed
parent465de793e8a6c7a6f546f1de84aaf5476c5e89e6 (diff)
downloadgnurl-663c1898a36dbd15013a9ca8c35d299ef705a842.tar.gz
gnurl-663c1898a36dbd15013a9ca8c35d299ef705a842.tar.bz2
gnurl-663c1898a36dbd15013a9ca8c35d299ef705a842.zip
known AIX ipv6 problems
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f9305fc42..ed28c645a 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,9 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+* IPv6 support on AIX 4.3.3 doesn't work due to a missing sockaddr_storage
+ struct. It has been reported to work on AIX 5.1 though.
+
* Running 'make test' on Mac OS X gives 4 errors. This seems to be related
to some kind of libtool problem:
http://curl.haxx.se/mail/archive-2002-03/0029.html and