diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 11:40:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 11:40:40 +0000 |
| commit | 4f02b68a128c3336c8c046af78c9a5eff27d20db (patch) | |
| tree | 63c23e75e43f867c518e2fac8dbbb621758d8857 /lib/libc/stdio/ftell.c | |
| parent | 4381233dc596345aa0925ea7662e0f7cb5281f77 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/ftell.c')
| -rw-r--r-- | lib/libc/stdio/ftell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index 855b6e1f8b39..9b85ee0ceb07 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -36,10 +36,10 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char sccsid[] = "@(#)ftell.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ftell.c,v 1.7 1997/02/22 15:02:07 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> |
