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,15 @@
$NetBSD: patch-ac,v 1.2 2007/10/28 04:16:15 obache Exp $
--- argparse.c.orig 2005-04-06 23:43:29.000000000 +0000
+++ argparse.c
@@ -50,6 +50,10 @@ int Aflag = 0, Fflag = 0, Iflag = 0, Nfl
*/
int SigsPerLine = 16;
+#ifdef __STDC__
+#include <stdlib.h>
+#endif
+
/*
* ArgParse(argc, argv)
*