summaryrefslogtreecommitdiff
path: root/mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c')
-rw-r--r--mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c b/mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c
deleted file mode 100644
index 74a85ce8b5e2..000000000000
--- a/mail/thunderbird3/files/patch-nsprpub-pr-src-io-prprf.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- nsprpub/pr/src/io/prprf.c.orig Mon Mar 8 22:18:19 2004
-+++ nsprpub/pr/src/io/prprf.c Mon May 3 13:00:27 2004
-@@ -51,7 +51,10 @@
- ** Note: on some platforms va_list is defined as an array,
- ** and requires array notation.
- */
--#if (defined(LINUX) && defined(__x86_64__))
-+#if defined(__amd64__)
-+#include <stdarg.h>
-+#define VARARGS_ASSIGN(foo, bar) va_copy((foo), (bar))
-+#elif (defined(LINUX) && defined(__x86_64__))
- #define VARARGS_ASSIGN(foo, bar) __va_copy((foo), (bar))
- #elif (defined(LINUX) && defined(__powerpc__)) || \
- (defined(LINUX) && defined(__s390__)) || \