On Tue, Sep 27, 2011 at 03:57:13PM +0000, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Tue Sep 27 15:57:13 2011
> New Revision: 225800
> URL: http://svn.freebsd.org/changeset/base/225800
> 
> Log:
>   Followup to r225599: the fseek() was a no-op since the file was opened
>   in append mode.  Open it in read-write mode instead.  Also move the

fseek() is obsoleted. Consider using fseeko() instead.

-- 
http://ache.vniz.net/
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to