diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:27:49 +0000 | 
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:27:49 +0000 | 
| commit | 23bf17ef09710efb1c23a33846c75dc1d8acc213 (patch) | |
| tree | d1ef6ce800a5b19a80d1a8eda0ced32f5d85a6c3 /lib/libc/stdio/getc.c | |
| parent | 1cb60e524c21b92c86a798f5c67317a1a171a970 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/getc.c')
| -rw-r--r-- | lib/libc/stdio/getc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index eff320aa432d..54c850eb1773 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -51,8 +51,7 @@ static const char rcsid[] =  #undef getc  int -getc(fp) -	register FILE *fp; +getc(FILE *fp)  {  	int retval;  	FLOCKFILE(fp);  | 
