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 9057f89b7aef0..4919f75ea5a00 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/lib/libc/stdio/ftell.c,v 1.11 1999/08/28 00:01:06 peter Exp $";  #endif /* LIBC_SCCS and not lint */  #include <sys/types.h> | 
