Ticket #30785: patch-getline

File patch-getline, 286 bytes (added by mndavidoff (Monte Davidoff), 13 years ago)
Line 
1--- lib/getline.h.orig  2005-04-04 13:46:05.000000000 -0700
2+++ lib/getline.h       2011-08-15 00:17:17.000000000 -0700
3@@ -10,6 +10,7 @@
4 #endif  /* GCC.  */
5 
6 #define GETLINE_NO_LIMIT -1
7+#define getline cvs_getline
8 
9 int
10   getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));