mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
632 B
Plaintext
22 lines
632 B
Plaintext
$NetBSD: patch-aa,v 1.8 2008/02/27 21:52:16 garbled Exp $
|
|
|
|
--- 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];
|
|
- extern int errno;
|
|
group_t *grouptemp;
|
|
node_t *nodeptr;
|
|
char **lumptemp;
|
|
@@ -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);
|