summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/clusterit/patches/patch-aa')
-rw-r--r--parallel/clusterit/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index d01ca33650d..aa0aaeb3683 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
+$NetBSD: patch-aa,v 1.8 2008/02/27 21:52:16 garbled Exp $
---- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
-+++ common/common.c
-@@ -122,7 +122,6 @@ parse_cluster(char **exclude)
+--- common/common.c.orig 2008-02-27 14:35:30.000000000 -0700
++++ common/common.c 2008-02-27 14:37:18.000000000 -0700
+@@ -186,7 +186,6 @@
char *clusterfile, *p, *nodename, *q;
int i, j, g, fail, gfail, lumping, n, ging;
char buf[MAXBUF];
@@ -10,11 +10,12 @@ $NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
-@@ -397,7 +396,6 @@ int test_node_connection(int rshport, in
+@@ -633,8 +632,6 @@
void
_bailout(int line, char *file)
{
- extern int errno;
-
+-
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
+ _exit(EXIT_FAILURE);