summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-10-27 08:26:41 +0000
committerwiz <wiz@pkgsrc.org>2003-10-27 08:26:41 +0000
commitd8f7a39828eb7212763b6d53d6d744399097041b (patch)
tree0bdc072277a8ed394fa13fad2f11d4bc208dbc3a /parallel/clusterit/patches
parenta43119812023b4a89f60c827bba95e2cb6ac6c23 (diff)
downloadpkgsrc-d8f7a39828eb7212763b6d53d6d744399097041b.tar.gz
Fix compikation with gcc3; still compiles with gcc2 too.
From Harry Waddell in PR 23281.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
new file mode 100644
index 00000000000..ac44cdcb6cf
--- /dev/null
+++ b/parallel/clusterit/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/10/27 08:26:41 wiz Exp $
+
+--- barrier/barrierd.c.orig 2001-08-14 10:21:40.000000000 +0200
++++ barrier/barrierd.c
+@@ -38,7 +38,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <syslog.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include "../common/sockcommon.h"
+
+ #if !defined(lint) && defined(__NetBSD__)