I did this
I tried to build curl 8.7.1 with HAVE_GETSOCKNAME undefined.
I expected the following
I expected curl to build successfully. Instead, I got two errors:
error: no member named 'l_ip' in 'struct cf_socket_ctx'
error: no member named 'l_port' in 'struct cf_socket_ctx'
I think these two were missed in fcef00d.
curl/libcurl version
curl 8.7.1
operating system
Debian 6.6.13 x86_64 GNU/Linux
I did this
I tried to build curl 8.7.1 with
HAVE_GETSOCKNAMEundefined.I expected the following
I expected curl to build successfully. Instead, I got two errors:
I think these two were missed in fcef00d.
curl/libcurl version
curl 8.7.1
operating system
Debian 6.6.13 x86_64 GNU/Linux