* Oops, got it wrong.

This commit is contained in:
Sam Hocevar
2007-01-07 14:16:46 +00:00
committed by sam
parent 77e8baae5c
commit 8a46682cb3
+2 -1
View File
@@ -492,8 +492,9 @@ ssize_t __getdelim(char **lineptr, size_t *n, int delim, FILE *stream)
char *fgetln(FILE *stream, size_t *len)
{
char *ret;
struct fuzz *fuzz;
#if defined HAVE___SREFILL /* Don't fuzz if we have __srefill() */
#else
struct fuzz *fuzz;
size_t i, size;
#endif
int fd;