aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c')
-rw-r--r--mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c b/mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c
deleted file mode 100644
index 8c48ad1e08fb..000000000000
--- a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-io-prprf.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- nsprpub/pr/src/io/prprf.c Wed Feb 26 15:53:42 2003
-+++ nsprpub/pr/src/io/prprf.c Thu Oct 16 22:50:40 2003
-@@ -52,5 +52,8 @@
- ** and requires array notation.
- */
--#if (defined(LINUX) && defined(__powerpc__)) || \
-+#if defined(__amd64__)
-+#include <stdarg.h>
-+#define VARARGS_ASSIGN(foo, bar) va_copy((foo), (bar))
-+#elif (defined(LINUX) && defined(__powerpc__)) || \
- (defined(LINUX) && defined(__s390__)) || \
- (defined(LINUX) && defined(__s390x__)) || \