2013-09-26 17:14:40 +02:00

16 lines
334 B
Plaintext

$NetBSD: patch-as,v 1.1 2009/08/11 15:44:14 taca Exp $
Avoid confliction with getline(3).
--- scsilib/libschily/stdio/fgetline.c.orig 2004-08-08 20:02:05.000000000 +0900
+++ scsilib/libschily/stdio/fgetline.c
@@ -64,7 +64,7 @@ fgetline(f, buf, len)
}
EXPORT int
-getline(buf, len)
+get_line(buf, len)
char *buf;
int len;
{