summaryrefslogtreecommitdiff
path: root/net/xipdump/files/patch-XmgMacro.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/xipdump/files/patch-XmgMacro.c
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
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