Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/06/1999 05:57:14
Module Name:	src
Committed By:	kleink
Date:		Wed Jan  6 13:57:14 UTC 1999

Modified Files:
	src/lib/libc/stdio: freopen.c
Log Message:
When reopening in append mode, seek to the end of file in order to have the
internally kept offset pointer reflect this; ftell(3) would report an
incorrect current offset otherwise.  From Geoff C. Wing in lib/6381.