diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-29 22:56:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-29 22:56:17 +0000 |
commit | 60cbbe1dcfb73cf6b9162223b574ae0ebe22faa4 (patch) | |
tree | e0cd417380f433be8f08b35262f72de6bb9debfa /devel/cvs/files/patch-lib_getline.c | |
parent | Prevent collision with getline(3) (diff) |
prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=419272
Diffstat (limited to 'devel/cvs/files/patch-lib_getline.c')
-rw-r--r-- | devel/cvs/files/patch-lib_getline.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvs/files/patch-lib_getline.c b/devel/cvs/files/patch-lib_getline.c new file mode 100644 index 000000000000..d1ed37847246 --- /dev/null +++ b/devel/cvs/files/patch-lib_getline.c @@ -0,0 +1,11 @@ +--- 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; |