Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2011 20:36:06 +0400
From:      Andrey Chernov <ache@FreeBSD.ORG>
To:        Dag-Erling Smorgrav <des@FreeBSD.ORG>
Cc:        svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG
Subject:   Re: svn commit: r225800 - head/usr.bin/fetch
Message-ID:  <20110927163606.GA1427@vniz.net>
In-Reply-To: <201109271557.p8RFvDZB030465@svn.freebsd.org>
References:  <201109271557.p8RFvDZB030465@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110927163606.GA1427>