From 3c7b61789bcb83f45a4cbc620d938e549592627d Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 11:40:40 +0000 Subject: [PATCH] Merge from Lite2 --- lib/libc/stdio/ftell.c | 4 ++-- 1 file 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