From 7d7a63cbcd3d71898f3fa64ae8dbc872413a8670 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 8 Dec 2001 19:45:01 +0000 Subject: add xipdump Displays ip packets using X window PR: 28225 Submitted by: UMENO Takashi --- net/xipdump/files/patch-XmgMacro.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/xipdump/files/patch-XmgMacro.c (limited to 'net/xipdump/files/patch-XmgMacro.c') 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 -- cgit v1.2.3