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
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-bs,v 1.1 2009/08/06 08:24:29 plunky Exp $
--- icb/ipcf.c.orig 2009-08-06 09:17:56.000000000 +0100
+++ icb/ipcf.c
@@ -60,7 +60,7 @@ c_userchar()
static char *s; /* user input string */
/* user typed one or more characters - gather a line of input */
- s=getline(NULL, 1);
+ s=get_line(NULL, 1);
if (!s) /* EOF */
{