summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetln.c
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-12 22:56:41 +0000
committerjraynard <jraynard@FreeBSD.org>1996-06-12 22:56:41 +0000
commit8a4400a463b6e76c6c1aebcd4a04d44c0275288c (patch)
tree53cd93022f2697f2a6164f95b52e320dd3d5e4dc /lib/libc/stdio/fgetln.c
parent2bad10e375234a35c2cb21aa36e7da920300af93 (diff)
downloadFreeBSD-src-8a4400a463b6e76c6c1aebcd4a04d44c0275288c.zip
FreeBSD-src-8a4400a463b6e76c6c1aebcd4a04d44c0275288c.tar.gz
Code cleanup:-
The usual stuff, adding missing function prototypes, argument types, return values, etc.
Diffstat (limited to 'lib/libc/stdio/fgetln.c')
-rw-r--r--lib/libc/stdio/fgetln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c
index ec81a2d..ea99f4d 100644
--- a/lib/libc/stdio/fgetln.c
+++ b/lib/libc/stdio/fgetln.c
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)fgetln.c 8.2 (Berkeley) 1/2/94";
* so we add 1 here.
#endif
*/
-__slbexpand(fp, newsize)
+int __slbexpand(fp, newsize)
FILE *fp;
size_t newsize;
{
OpenPOWER on IntegriCloud