summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c')
-rw-r--r--mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c b/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c
deleted file mode 100644
index 53b8c2349e4..00000000000
--- a/mail/thunderbird10/patches/patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/nsprpub/pr/src/md/unix/uxrng.c.orig 2012-02-16 10:25:22.000000000 +0000
-+++ mozilla/nsprpub/pr/src/md/unix/uxrng.c
-@@ -126,7 +126,7 @@ GetHighResClock(void *buf, size_t maxbyt
-
- #elif (defined(LINUX) || defined(FREEBSD) || defined(__FreeBSD_kernel__) \
- || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD) \
-- || defined(SYMBIAN))
-+ || defined(SYMBIAN)) || defined(__DragonFly__)
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>