summaryrefslogtreecommitdiff
path: root/net/xipdump/files/patch-XmgMacro.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xipdump/files/patch-XmgMacro.c')
-rw-r--r--net/xipdump/files/patch-XmgMacro.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/xipdump/files/patch-XmgMacro.c b/net/xipdump/files/patch-XmgMacro.c
deleted file mode 100644
index 1e045a057587..000000000000
--- a/net/xipdump/files/patch-XmgMacro.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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