mention getaddrinfo(3) ABI breakage on 64 bit arch.

This commit is contained in:
Hajimu UMEMOTO 2005-07-22 18:51:36 +00:00
parent 85a71a15c8
commit bb518265f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148309

View File

@ -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.