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

14 lines
243 B
Plaintext

$NetBSD: patch-af,v 1.1 2009/06/07 22:02:24 hasso Exp $
--- librols/stdio/fgetline.c.orig
+++ librols/stdio/fgetline.c
@@ -76,7 +76,7 @@ fgetline(f, buf, len)
}
EXPORT int
-getline(buf, len)
+get_line(buf, len)
char *buf;
int len;
{