]> git.ipfire.org Git - thirdparty/curl.git/commit
os400: use platform socklen_t in Curl_getnameinfo_a
authorjonrumsey <jrumsey@uk.ibm.com>
Thu, 27 Oct 2022 10:47:02 +0000 (11:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Oct 2022 21:35:47 +0000 (23:35 +0200)
commita3063fe0147e00381d149e1d3a3c57c63343e7fc
tree5b93a38e047d7828b2f725009f43e8c5235acfd5
parentefc286b7a62af0568fdcbf3c68791c9955182128
os400: use platform socklen_t in Curl_getnameinfo_a

Curl_getnameinfo_a() is prototyped before including curl.h as an
ASCII'fied wrapper for getnameinfo(), which itself is prototyped with
socklen_t arguments, so this should use the platform socklen_t and not
curl_socklen_t too.

Update setup-os400.h

Fixes #9811
Closes #9812
lib/setup-os400.h
packages/OS400/os400sys.c