blob: 35b9f1cf247687cc09cf00735787b85da51e1e15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ay,v 1.1 2010/03/04 21:40:29 spz Exp $
--- src/ipcf.c.orig 2000-03-15 22:13:28.000000000 +0000
+++ src/ipcf.c
@@ -63,7 +63,7 @@ c_userchar (void)
static char *s; /* user input string */
/* user typed one or more characters - gather a line of input */
- s=getline(NULL, 1);
+ s=i2cb_getline(NULL, 1);
if (!s) /* EOF */
{
|