summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c')
-rw-r--r--mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c b/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c
deleted file mode 100644
index f81c02baf4a..00000000000
--- a/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_pthreads_ptio.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-mozilla_nsprpub_pr_src_pthreads_ptio.c,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/nsprpub/pr/src/pthreads/ptio.c.orig 2012-02-16 10:25:22.000000000 +0000
-+++ mozilla/nsprpub/pr/src/pthreads/ptio.c
-@@ -212,7 +212,8 @@ static PRBool _pr_ipv6_v6only_on_by_defa
- || defined(LINUX) || defined(__GNU__) || defined(__GLIBC__) \
- || defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \
- || defined(BSDI) || defined(NTO) || defined(DARWIN) \
-- || defined(UNIXWARE) || defined(RISCOS) || defined(SYMBIAN)
-+ || defined(UNIXWARE) || defined(RISCOS) || defined(SYMBIAN) \
-+ || defined(__DragonFly__)
- #define _PRSelectFdSetArg_t fd_set *
- #else
- #error "Cannot determine architecture"
-@@ -3286,7 +3287,7 @@ static PRIOMethods _pr_socketpollfd_meth
- || defined(AIX) || defined(FREEBSD) || defined(NETBSD) \
- || defined(OPENBSD) || defined(BSDI) || defined(NTO) \
- || defined(DARWIN) || defined(UNIXWARE) || defined(RISCOS) \
-- || defined(SYMBIAN)
-+ || defined(SYMBIAN) || defined(__DragonFly__)
- #define _PR_FCNTL_FLAGS O_NONBLOCK
- #else
- #error "Can't determine architecture"