summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-07-22 18:51:36 +0000
committerume <ume@FreeBSD.org>2005-07-22 18:51:36 +0000
commitb78d4bbc65f79648f5a13b6a59aa1e8415d9acc6 (patch)
tree2632652a880deb1a076fee67c7e034762d930576 /UPDATING
parent72038f290ef394c35da425aabe4bd91dcaf48311 (diff)
downloadFreeBSD-src-b78d4bbc65f79648f5a13b6a59aa1e8415d9acc6.zip
FreeBSD-src-b78d4bbc65f79648f5a13b6a59aa1e8415d9acc6.tar.gz
mention getaddrinfo(3) ABI breakage on 64 bit arch.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fe0edc3..42db27e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20050722:
+ The ai_addrlen of a struct addrinfo was changed to a socklen_t
+ to conform to POSIX-2001. This change broke an ABI
+ compatibility on 64 bit architecture. You have to recompile
+ userland programs that use getaddrinfo(3) on 64 bit
+ architecture.
+
20050711:
RELENG_6 branched here.
OpenPOWER on IntegriCloud