diff options
Diffstat (limited to 'lib/libc/stdio/ftell.c')
-rw-r--r-- | lib/libc/stdio/ftell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index a9714e07f2baf..3263d156ccdeb 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: ftell.c,v 1.9 1998/04/11 07:40:44 jb Exp $"; + "$Id: ftell.c,v 1.5.2.1 1998/11/04 08:42:02 tg Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> |