diff options
| author | Paul Richards <paul@FreeBSD.org> | 1996-03-24 15:49:34 +0000 | 
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1996-03-24 15:49:34 +0000 | 
| commit | 880787f0fe6937f1883603bd155f463966912184 (patch) | |
| tree | 63085b9e3551d971ebb34f5b7c3f7256c8890bb3 /lib/libc/stdio/fgets.c | |
| parent | 4a7eb58ade13121783932d453ce68a56baece4f4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fgets.c')
| -rw-r--r-- | lib/libc/stdio/fgets.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index c4782674943a..c7c1abcbc54b 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -54,7 +54,7 @@ static char sccsid[] = "@(#)fgets.c	8.2 (Berkeley) 12/22/93";  char *  fgets(buf, n, fp)  	char *buf; -	register size_t n; +	register int n;  	register FILE *fp;  {  	register size_t len; | 
