summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ai
blob: b7af06f17942bfc590961dc42eef2db822601a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.6 2000/10/29 15:07:00 mycroft Exp $

--- nsprpub/pr/src/io/prprf.c.orig	Thu Jul 15 17:30:32 1999
+++ nsprpub/pr/src/io/prprf.c	Sun Oct 29 06:32:41 2000
@@ -36,7 +36,7 @@
 ** and requires array notation.
 */
 #if (defined(LINUX) && defined(__powerpc__)) || defined(WIN16) || \
-    defined(QNX) || (defined(__NetBSD__) && defined(__powerpc__))
+    defined(QNX)
 #define VARARGS_ASSIGN(foo, bar) foo[0] = bar[0]
 #else
 #define VARARGS_ASSIGN(foo, bar) (foo) = (bar)