aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-lib::url.c
blob: 6adc665de34de45350d49a29f53fd503b4332af3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/url.c.orig	Mon Oct 30 00:46:27 2006
+++ lib/url.c	Fri Dec  1 14:04:02 2006
@@ -542,6 +542,10 @@
     data->set.httpauth = CURLAUTH_BASIC;  /* defaults to basic */
     data->set.proxyauth = CURLAUTH_BASIC; /* defaults to basic */
 
+#if defined(__FreeBSD_version)
+    data->set.no_signal = TRUE; /* different handling of signals and threads */
+#endif /* __FreeBSD_version */
+
     /* This no longer creates a connection cache here. It is instead made on
        the first call to curl_easy_perform() or when the handle is added to a
        multi stack. */