diff options
Diffstat (limited to 'net/xipdump/files/patch-XmgMacro.c')
-rw-r--r-- | net/xipdump/files/patch-XmgMacro.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/xipdump/files/patch-XmgMacro.c b/net/xipdump/files/patch-XmgMacro.c new file mode 100644 index 000000000000..1e045a057587 --- /dev/null +++ b/net/xipdump/files/patch-XmgMacro.c @@ -0,0 +1,11 @@ +--- XmgMacro.c.orig Mon Nov 15 10:47:25 1999 ++++ XmgMacro.c Tue Oct 10 16:10:50 2000 +@@ -274,7 +274,7 @@ + #if defined(__osf__) && defined(__alpha) + (ArgList)(var._a0), + #else +- (ArgList)var, ++ va_arg(var, ArgList), + #endif + total_count); + #if XtSpecificationRelease>4 |