13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
$OpenBSD: patch-libschily_stdio_fgetline_c,v 1.1 2012/03/16 22:23:22 sthen Exp $
|
|
--- libschily/stdio/fgetline.c.orig Fri Mar 16 22:10:27 2012
|
|
+++ libschily/stdio/fgetline.c Fri Mar 16 22:10:42 2012
|
|
@@ -64,7 +64,7 @@ fgetline(f, buf, len)
|
|
}
|
|
|
|
EXPORT int
|
|
-getline(buf, len)
|
|
+get_line(buf, len)
|
|
char *buf;
|
|
int len;
|
|
{
|