From: Xin Long <lucien.xin@gmail.com>
To: linux-sctp@vger.kernel.org,
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Subject: [PATCH lksctp-tools 0/4] lksctp-tools: replace use of deprecated gethostbyname with getaddrinfo
Date: Wed, 4 Aug 2021 07:29:12 -0400 [thread overview]
Message-ID: <cover.1628076531.git.lucien.xin@gmail.com> (raw)
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
next reply other threads:[~2021-08-04 11:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 11:29 Xin Long [this message]
2021-08-04 11:29 ` [PATCH lksctp-tools 1/4] myftp: replace use of deprecated gethostbyname with getaddrinfo Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 2/4] sctp_xconnect: " Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 3/4] sctp_test: " Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 4/4] sctp_darn: " Xin Long
2021-08-04 23:47 ` [PATCH lksctp-tools 0/4] lksctp-tools: " Xin Long
2021-08-11 17:27 ` mleitner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1628076531.git.lucien.xin@gmail.com \
--to=lucien.xin@gmail.com \
--cc=linux-sctp@vger.kernel.org \
--cc=marcelo.leitner@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.