Deleted Added
full compact
41c41
< __FBSDID("$FreeBSD: head/lib/libc/stdio/fgetln.c 126802 2004-03-10 09:28:38Z tjr $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/fgetln.c 132241 2004-07-16 05:52:51Z tjr $");
58,59c58,59
< static int
< slbexpand(FILE *fp, size_t newsize)
---
> int
> __slbexpand(FILE *fp, size_t newsize)
135c135
< if (slbexpand(fp, len + OPTIMISTIC))
---
> if (__slbexpand(fp, len + OPTIMISTIC))
149c149
< if (slbexpand(fp, len))
---
> if (__slbexpand(fp, len))