From owner-svn-src-all@FreeBSD.ORG Tue Sep 27 17:08:28 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E887E1065673; Tue, 27 Sep 2011 17:08:28 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id A656E8FC14; Tue, 27 Sep 2011 17:08:28 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id A7C911FFC35; Tue, 27 Sep 2011 17:08:27 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 8A56F84576; Tue, 27 Sep 2011 19:08:27 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Andrey Chernov References: <201109271557.p8RFvDZB030465@svn.freebsd.org> <20110927163606.GA1427@vniz.net> Date: Tue, 27 Sep 2011 19:08:27 +0200 In-Reply-To: <20110927163606.GA1427@vniz.net> (Andrey Chernov's message of "Tue, 27 Sep 2011 20:36:06 +0400") Message-ID: <86ipodc3qs.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r225800 - head/usr.bin/fetch X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 17:08:29 -0000 Andrey Chernov writes: > fseek() is obsoleted. Consider using fseeko() instead. Ooh, right, that means fetch(1) can't resume large files if the transfer was interrupted past the 2 GB mark... thanks for the reminder. It's old code... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no