Loading include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ #define LIBCURL_VERSION "7.9.2-pre3" #define LIBCURL_VERSION "7.9.2-pre6" #define LIBCURL_VERSION_NUM 0x070902 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading lib/url.c +1 −0 Original line number Diff line number Diff line Loading @@ -1945,6 +1945,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, struct sigaction sigact; sigaction(SIGALRM, NULL, &sigact); keep_sigact = sigact; keep_copysig = TRUE; /* yes, we have a copy */ sigact.sa_handler = alarmfunc; #ifdef SA_RESTART /* HPUX doesn't have SA_RESTART but defaults to that behaviour! */ Loading Loading
include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ #define LIBCURL_VERSION "7.9.2-pre3" #define LIBCURL_VERSION "7.9.2-pre6" #define LIBCURL_VERSION_NUM 0x070902 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading
lib/url.c +1 −0 Original line number Diff line number Diff line Loading @@ -1945,6 +1945,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, struct sigaction sigact; sigaction(SIGALRM, NULL, &sigact); keep_sigact = sigact; keep_copysig = TRUE; /* yes, we have a copy */ sigact.sa_handler = alarmfunc; #ifdef SA_RESTART /* HPUX doesn't have SA_RESTART but defaults to that behaviour! */ Loading