mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
11 lines
256 B
C
11 lines
256 B
C
--- lib/getline.c.orig 2012-01-21 05:30:24 UTC
|
|
+++ lib/getline.c
|
|
@@ -155,7 +155,7 @@ getstr (lineptr, n, stream, terminator,
|
|
}
|
|
|
|
int
|
|
-getline (lineptr, n, stream)
|
|
+get_line (lineptr, n, stream)
|
|
char **lineptr;
|
|
size_t *n;
|
|
FILE *stream;
|