build: move curl stat struct type to the curlx namespace

To match surrounding curlx symbols and functions.

Follow-up to a84b041281 #20496

Closes #20508
This commit is contained in:
Viktor Szakats 2026-02-03 15:06:07 +01:00
parent fdca2e0fd3
commit 443a539fcf
No known key found for this signature in database
18 changed files with 30 additions and 30 deletions

View file

@ -1089,7 +1089,7 @@ static CURLcode ssh_state_pkey_init(struct Curl_easy *data,
/* To ponder about: should really the lib be messing about with the
HOME environment variable etc? */
char *home = curl_getenv("HOME");
curl_struct_stat sbuf;
curlx_struct_stat sbuf;
/* If no private key file is specified, try some common paths. */
if(home) {