mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
243 B
Plaintext
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;
|
|
{
|