Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/22/1995 13:20:02
jtc
Wed Mar 22 13:17:31 EST 1995
Update of /a/cvsroot/src/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11649

Modified Files:
	stdio.h 
Log Message:
Removed const qualifier from ftell's FILE * argument.  It's not ANSI,
and the recent change to flush output causes it to be changed.


jtc
Wed Mar 22 13:19:54 EST 1995
Update of /a/cvsroot/src/lib/libc/stdio
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11677

Modified Files:
	ftell.c 
Log Message:
Removed const qualifier from ftell's FILE * argument.  It's not ANSI,
and the recent change to flush output causes it to be changed.