Merge from Lite2

This commit is contained in:
Peter Wemm 1997-03-11 11:40:40 +00:00
parent 4381233dc5
commit 4f02b68a12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23663

View file

@ -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>