summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2006-03-03 18:57:25 +0000
committerkristerw <kristerw>2006-03-03 18:57:25 +0000
commit988c1e79b601e49a40286f05a575db044c2b0aab (patch)
treef7996e6ff18111c0135e919eba59874f27f5c624 /parallel/clusterit/patches
parenta74b4a55dd5abcb611209f83337ffbcd5989d081 (diff)
downloadpkgsrc-988c1e79b601e49a40286f05a575db044c2b0aab.tar.gz
Regen so that the MacOS X patch program can apply it.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-aa5
1 files changed, 2 insertions, 3 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index a116ca26ecd..d01ca33650d 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
+$NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
--- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
+++ common/common.c
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
-@@ -397,8 +396,7 @@ int test_node_connection(int rshport, in
+@@ -397,7 +396,6 @@ int test_node_connection(int rshport, in
void
_bailout(int line, char *file)
{
@@ -18,4 +18,3 @@ $NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
- _exit(EXIT_FAILURE);