From owner-freebsd-hackers Mon Apr 21 21:17:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA11877 for hackers-outgoing; Mon, 21 Apr 1997 21:17:50 -0700 (PDT) Received: from staff.psinet.net.au (adrian@staff.psinet.net.au [203.62.152.38]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA11862 for ; Mon, 21 Apr 1997 21:17:26 -0700 (PDT) Received: from localhost (adrian@localhost) by staff.psinet.net.au (8.8.5/8.7.3) with SMTP id MAA10471; Tue, 22 Apr 1997 12:16:02 +0800 Date: Tue, 22 Apr 1997 12:16:01 +0800 (WST) From: Adrian Chadd To: Michael Smith cc: freebsd-hackers@freebsd.org Subject: Re: 64 bit number definitions? In-Reply-To: <199704220403.NAA12801@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Either count in blocks, or use 'long long'. You can use 'off_t' if you > prefer, as that may be a better match with lseek(). > long long.. I'll have a play. > > Which reminds me, freebsd's GNU tar apparently uses an "int" type for > > tot_written, that doesn't look like it cant count over 32k bytes. > > File a PR 8) > I might. :) Thanks to those who replied, Adrian.