summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ftell.c
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1996-03-24 15:49:34 +0000
committerpaul <paul@FreeBSD.org>1996-03-24 15:49:34 +0000
commita9cb635df284df9e8c4ed4faafa13e0d2791e388 (patch)
tree63085b9e3551d971ebb34f5b7c3f7256c8890bb3 /lib/libc/stdio/ftell.c
parenteecb1c47c6d7886a9fe2907b391dee4a6422a445 (diff)
downloadFreeBSD-src-a9cb635df284df9e8c4ed4faafa13e0d2791e388.zip
FreeBSD-src-a9cb635df284df9e8c4ed4faafa13e0d2791e388.tar.gz
Fix incorrect parameter types.
Diffstat (limited to 'lib/libc/stdio/ftell.c')
-rw-r--r--lib/libc/stdio/ftell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c
index 271490a..de9064f 100644
--- a/lib/libc/stdio/ftell.c
+++ b/lib/libc/stdio/ftell.c
@@ -51,7 +51,7 @@ static char sccsid[] = "@(#)ftell.c 8.1 (Berkeley) 6/4/93";
*/
long
ftell(fp)
- register const FILE *fp;
+ register FILE *fp;
{
register fpos_t pos;
OpenPOWER on IntegriCloud