mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
$NetBSD: patch-lib_stdio_fgetline_c,v 1.1 2012/06/16 08:55:55 dholland Exp $
|
|
|
|
Fix symbol name conflict with POSIX getline().
|
|
|
|
--- lib/stdio/fgetline.c~ 2000-12-03 11:19:29.000000000 +0000
|
|
+++ lib/stdio/fgetline.c
|
|
@@ -64,7 +64,7 @@ fgetline(f, buf, len)
|
|
}
|
|
|
|
EXPORT int
|
|
-getline(buf, len)
|
|
+get_line(buf, len)
|
|
char *buf;
|
|
int len;
|
|
{
|