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
+21
View File
@@ -0,0 +1,21 @@
$NetBSD: patch-ab,v 1.5 2009/12/18 01:09:23 abs Exp $
--- src/common/getopt.c.orig 1996-04-17 18:17:39.000000000 +0000
+++ src/common/getopt.c
@@ -73,6 +73,7 @@ char *alloca ();
#include <stdlib.h>
#else /* Not GNU C library. */
#define __alloca alloca
+#include <stdlib.h>
#endif /* GNU C library. */
/* If GETOPT_COMPAT is defined, `+' as well as `--' can introduce a
@@ -444,7 +445,7 @@ _getopt_internal (argc, argv, optstring,
int exact = 0;
int ambig = 0;
const struct option *pfound = NULL;
- int indfound;
+ int indfound = 0;
while (*s && *s != '=')
s++;