xorriso: remove unnecessary iconv dependency (#2368)
[termux-packages] / packages / cvs / lib-getline.c.patch
CommitLineData
093efc21
FF
1diff -u -r ../cvs-1.11.23/lib/getline.c ./lib/getline.c
2--- ../cvs-1.11.23/lib/getline.c 2005-04-04 16:46:05.000000000 -0400
3+++ ./lib/getline.c 2016-03-29 17:34:23.536876927 -0400
4@@ -155,15 +155,6 @@
5 }
6
7 int
8-getline (lineptr, n, stream)
9- char **lineptr;
10- size_t *n;
11- FILE *stream;
12-{
13- return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT);
14-}
15-
16-int
17 getline_safe (lineptr, n, stream, limit)
18 char **lineptr;
19 size_t *n;