diff options
-rw-r--r-- | net/xipdump/files/patch-sum | 3 | ||||
-rw-r--r-- | net/xipdump/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/xipdump/files/patch-sum b/net/xipdump/files/patch-sum index de4b78fad76..fc66080c2f1 100644 --- a/net/xipdump/files/patch-sum +++ b/net/xipdump/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2000/09/09 19:23:24 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/10/10 13:20:07 pooka Exp $ MD5 (patch-aa) = 2ee3c62b073a4a0c3bc8bfe9ce240ea4 MD5 (patch-ab) = 15933bb31dbb82263e6901162a2071bf MD5 (patch-ac) = e549730103a23ab222f393bef856118c +MD5 (patch-ad) = 70f3b3fa11306b8946d570f572bdea04 diff --git a/net/xipdump/patches/patch-ad b/net/xipdump/patches/patch-ad new file mode 100644 index 00000000000..8972ec77557 --- /dev/null +++ b/net/xipdump/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2000/10/10 13:20:07 pooka Exp $ + +--- 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 |