Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
$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);