summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorgarbled <garbled>2004-02-10 09:27:15 +0000
committergarbled <garbled>2004-02-10 09:27:15 +0000
commit824b5623bd83aed44bbdf8be77cfe79cbfd08054 (patch)
treefffc2911d31d365a9b06c54b684ce5d362d630eb /parallel/clusterit/patches
parentcfcb4336cee17bea9cb975355f1d625831f232e3 (diff)
downloadpkgsrc-824b5623bd83aed44bbdf8be77cfe79cbfd08054.tar.gz
Upgrade this package to clusterit-2.2. Mostly a bugfix release.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
deleted file mode 100644
index ac44cdcb6cf..00000000000
--- a/parallel/clusterit/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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__)