Loading configure.ac +1 −0 Original line number Diff line number Diff line Loading @@ -3035,6 +3035,7 @@ AC_CHECK_FUNCS([fork \ getpwuid \ getrlimit \ gettimeofday \ if_nametoindex \ inet_addr \ perror \ pipe \ Loading lib/url.c +1 −1 Original line number Diff line number Diff line Loading @@ -4009,7 +4009,7 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, } else { /* Zone identifier is not numeric */ #if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) #if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) && defined(HAVE_IF_NAMETOINDEX) char ifname[IFNAMSIZ + 2]; char *square_bracket; unsigned int scopeidx = 0; Loading Loading
configure.ac +1 −0 Original line number Diff line number Diff line Loading @@ -3035,6 +3035,7 @@ AC_CHECK_FUNCS([fork \ getpwuid \ getrlimit \ gettimeofday \ if_nametoindex \ inet_addr \ perror \ pipe \ Loading
lib/url.c +1 −1 Original line number Diff line number Diff line Loading @@ -4009,7 +4009,7 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, } else { /* Zone identifier is not numeric */ #if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) #if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) && defined(HAVE_IF_NAMETOINDEX) char ifname[IFNAMSIZ + 2]; char *square_bracket; unsigned int scopeidx = 0; Loading