summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-16 20:43:41 +0000
committerjoerg <joerg>2006-02-16 20:43:41 +0000
commitd0ea4d6599d37b22259c4fa4cc96d1178bacd3a4 (patch)
tree48cbe933255c86ff9e7cd1bb0a43958d43f6aafc /parallel/clusterit/patches
parentee3ee8085d9b788c2f4f39c1726042829d6e410e (diff)
downloadpkgsrc-d0ea4d6599d37b22259c4fa4cc96d1178bacd3a4.tar.gz
Update two patches and regenerate the distinfo entries for the rest.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-aa16
-rw-r--r--parallel/clusterit/patches/patch-ab8
2 files changed, 12 insertions, 12 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index c93f136c0a1..a116ca26ecd 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.5 2006/01/02 22:51:45 joerg Exp $
+$NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
---- common/common.c.orig 2006-01-02 22:42:24.000000000 +0000
+--- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
+++ common/common.c
-@@ -121,7 +121,6 @@ parse_cluster(char **exclude)
- char *clusterfile, *p, *nodename;
+@@ -122,7 +122,6 @@ parse_cluster(char **exclude)
+ char *clusterfile, *p, *nodename, *q;
int i, j, g, fail, gfail, lumping, n, ging;
char buf[MAXBUF];
- extern int errno;
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
-@@ -383,8 +382,6 @@ int test_node_connection(int rshport, in
+@@ -397,8 +396,7 @@ int test_node_connection(int rshport, in
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);
-
+ progname, file, line, strerror(errno), errno);
+ _exit(EXIT_FAILURE);
diff --git a/parallel/clusterit/patches/patch-ab b/parallel/clusterit/patches/patch-ab
index 5c28e2ce953..09f03010fe8 100644
--- a/parallel/clusterit/patches/patch-ab
+++ b/parallel/clusterit/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2006/01/02 22:51:45 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2006/02/16 20:43:41 joerg Exp $
---- dsh/rseq.c.orig 2006-01-02 22:43:51.000000000 +0000
+--- dsh/rseq.c.orig 2006-02-16 20:24:57.000000000 +0000
+++ dsh/rseq.c
-@@ -45,7 +45,4 @@ __RCSID("$Id: rseq.c,v 1.15 2005/06/02 1
+@@ -45,7 +45,4 @@ __RCSID("$Id: rseq.c,v 1.19 2006/01/24 1
#endif
-/* externs */
-extern int errno;
-
void do_command(char **argv, int allrun, char *username);
- node_t * check_seq(void);
+ node_t *check_seq(void);