Eric Blake wrote: > More importantly, getaddrinfo.c fails to compile More importantly, users' code will fail to compile as well, if they are not made aware of the change. It's a backward-incompatible change, so needs to be mentioned in NEWS. I did this:
*** NEWS.orig 2008-04-29 23:40:56.000000000 +0200 --- NEWS 2008-04-29 23:40:56.000000000 +0200 *************** *** 8,13 **** --- 8,19 ---- 2008-04-28 rpmatch The include file is now <stdlib.h>. + 2008-04-28 inet_ntop The include file is changed from "inet_ntop.h" + to <arpa/inet.h>. + + 2008-04-28 inet_pton The include file is changed from "inet_pton.h" + to <arpa/inet.h>. + 2008-03-06 freadahead The return value's computation has changed. It now increases by 1 after ungetc.