This patchset is simply to replace use of deprecated gethostbyname with getaddrinfo in myftp, sctp_xconnect, sctp_test and sctp_darn. Xin Long (4): myftp: replace use of deprecated gethostbyname with getaddrinfo sctp_xconnect: replace use of deprecated gethostbyname with getaddrinfo sctp_test: replace use of deprecated gethostbyname with getaddrinfo sctp_darn: replace use of deprecated gethostbyname with getaddrinfo configure.ac | 2 +- src/apps/myftp.c | 40 +++---- src/apps/sctp_darn.c | 246 +++++++++++---------------------------- src/apps/sctp_test.c | 63 +++------- src/apps/sctp_xconnect.c | 72 +++++------- 5 files changed, 137 insertions(+), 286 deletions(-) -- 2.27.0