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
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-ae,v 1.1 2008/09/05 05:27:31 dholland Exp $
--- readline/history.c~ 2005-05-06 04:48:54.000000000 -0400
+++ readline/history.c 2008-09-04 23:49:20.000000000 -0400
@@ -32,6 +32,7 @@ static char *xmalloc (), *xrealloc ();
#endif
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>