From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom To: 9fans@cse.psu.edu, geoff@collyer.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Subject: Re: [9fans] tarfs & 2GB limit Message-Id: <20060114000344.17D9335076@dexter-peak.quanstro.net> Date: Fri, 13 Jan 2006 18:03:44 -0600 Cc: Topicbox-Message-UUID: d6750bfc-ead0-11e9-9d60-3106f5b1d025 good point. i saw that problem and brain farted. using the proper member of the union is also much better than the cast-o-rama. - erik geoff@collyer.net writes | | Please make that | | union { | void* addr; | uvlong blockno; | }; | | so that archives larger than 2TB can be made to work.