From owner-freebsd-hackers@FreeBSD.ORG Thu May 19 06:47:52 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051B416A4CE for ; Thu, 19 May 2005 06:47:52 +0000 (GMT) Received: from ds9.atempo.com (ds9.atempo.com [212.157.146.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 111AD43D7D for ; Thu, 19 May 2005 06:47:51 +0000 (GMT) (envelope-from herve.kergourlay@atempo.com) Received: from ds9.atempo.com (localhost.localdomain [127.0.0.1]) by localhost.atempo.com (Postfix) with ESMTP id 5F8112FD09; Thu, 19 May 2005 08:47:47 +0200 (CEST) Received: from atempo.com (unknown [172.16.15.140])by ds9.atempo.com (Postfix) with ESMTP id 523AD2FD06; Thu, 19 May 2005 08:47:47 +0200 (CEST) Received: from [192.168.2.108] (aragorn.vannes.quadratec.fr [192.168.2.108])by atempo.com (Postfix) with ESMTP id 13BB41E3493; Thu, 19 May 2005 08:47:47 +0200 (CEST) Message-ID: <428C3692.2000808@atempo.com> Date: Thu, 19 May 2005 08:47:46 +0200 From: =?ISO-8859-1?Q?Herv=E9_Kergourlay?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: John-Mark Gurney References: <428307A9.10901@atempo.com> <20050519063012.GA959@funkthat.com> In-Reply-To: <20050519063012.GA959@funkthat.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary=------------090608010600090801030007 X-imss-version: 2.025 X-imss-result: Passed X-imss-approveListMatch: *@atempo.com X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: hackers@FreeBSD.org Subject: Re: Porting on FreeBSD 53 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 06:47:52 -0000 This is a multi-part message in MIME format. --------------090608010600090801030007 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit John-Mark Gurney a écrit : >Hervé Kergourlay wrote this message on Thu, May 12, 2005 at 09:37 +0200: > > >>what about files more than 4GB, do I need to use specific APIs as >>open64, stat64 or the current open and stat API are managing the big file ? >> >> > >Nope... FreeBSD's off_t has been 64bits since 2.0... Just make sure >you use the correct types when handling them... > > > so the stat, lseek, lock apis are 64 bits ready :-) nice !! I will test it hervé --------------090608010600090801030007--