20 lines
642 B
Text
20 lines
642 B
Text
$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
|
|
@@ -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;
|
|
@@ -397,7 +396,6 @@ 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);
|