summaryrefslogtreecommitdiff
path: root/devel/nspr/files/patch-bug782815
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-02-19 23:53:07 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-02-19 23:53:07 +0000
commitd39d92427cf19e39875ec26ae210fabeb83cbef7 (patch)
tree66e4b5fe2e01745bb6976e49907691f64a0c9d3b /devel/nspr/files/patch-bug782815
parent- Support using OpenSSL from ports (diff)
- update firefox to 19.0
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich <jbeich@tormail.org>
Notes
Notes: svn path=/head/; revision=312608
Diffstat (limited to 'devel/nspr/files/patch-bug782815')
-rw-r--r--devel/nspr/files/patch-bug78281511
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/nspr/files/patch-bug782815 b/devel/nspr/files/patch-bug782815
deleted file mode 100644
index cb04122833ce..000000000000
--- a/devel/nspr/files/patch-bug782815
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../pr/src/pthreads/ptio.c~
-+++ ../pr/src/pthreads/ptio.c
-@@ -1150,7 +1150,7 @@ void _PR_InitIO(void)
- osfd = socket(AF_INET6, SOCK_STREAM, 0);
- if (osfd != -1) {
- int on;
-- int optlen = sizeof(on);
-+ socklen_t optlen = sizeof(on);
- if (getsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
- &on, &optlen) == 0) {
- _pr_ipv6_v6only_on_by_default = on;