VirtualBox

Changeset 104085 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2024 2:14:51 PM (6 months ago)
Author:
vboxsync
Message:

curl-8.7.1: Make it build. bugref:10639

Location:
trunk/src/libs/curl-8.7.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/curl-8.7.1/Makefile.kmk

    r104083 r104085  
    8080        lib/curl_range.c \
    8181        lib/curl_sasl.c \
     82        lib/curl_sha512_256.c \
    8283        lib/curl_trc.c \
     84        lib/cw-out.c \
    8385        lib/doh.c \
    8486        lib/dynbuf.c \
     
    122124        lib/progress.c \
    123125        lib/rand.c \
     126        lib/request.c \
    124127        lib/rename.c \
    125128        lib/select.c \
  • trunk/src/libs/curl-8.7.1/lib/cf-socket.c

    r104083 r104085  
    947947#else
    948948  (void)data;
    949   ctx->l_ip[0] = 0;
    950   ctx->l_port = -1;
     949  ctx->ip.local_ip[0] = 0;
     950  ctx->ip.local_port = -1;
    951951#endif
    952952  return CURLE_OK;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette