From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 1 00:14:41 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214E9106564A; Sat, 1 Oct 2011 00:14:41 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 00D678FC13; Sat, 1 Oct 2011 00:14:40 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p910Eeal033448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Sep 2011 17:14:40 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p910Ee2a033447; Fri, 30 Sep 2011 17:14:40 -0700 (PDT) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA02183; Fri, 30 Sep 11 17:04:39 PDT Date: Sat, 01 Oct 2011 00:03:54 -0700 From: perryh@pluto.rain.com To: lev@freebsd.org Message-Id: <4e86bb5a.KW8hF3XoJOjCQVPS%perryh@pluto.rain.com> References: <4E862BB4.9000402@FreeBSD.org> <64774029.20111001005301@serebryakov.spb.ru> In-Reply-To: <64774029.20111001005301@serebryakov.spb.ru> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mav@freebsd.org, hackers@freebsd.org Subject: Re: sizeof(size_t) and other "semantic" types on 32 bit systems? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 00:14:41 -0000 Lev Serebryakov wrote: > > GEOM uses 64bit off_t for media size and many other things. > off_t is signed! It is ``not accurate enough'' (if you know > this Russian joke) :))) g_cache and g_nop use uintmax_t (and no, I don't know the joke).