diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 11:40:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 11:40:40 +0000 |
commit | 3c7b61789bcb83f45a4cbc620d938e549592627d (patch) | |
tree | a6007dc83c187e39174e813d0e3dac3899738183 /lib/libc | |
parent | 8574ea8a0e1603e7eb2849859cac28f7a9071f3c (diff) | |
download | FreeBSD-src-3c7b61789bcb83f45a4cbc620d938e549592627d.zip FreeBSD-src-3c7b61789bcb83f45a4cbc620d938e549592627d.tar.gz |
Merge from Lite2
Diffstat (limited to 'lib/libc')
-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 855b6e1..9b85ee0 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> |