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.