From owner-cvs-all Thu Oct 3 10:16:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DA137B401; Thu, 3 Oct 2002 10:16:56 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FBE43E42; Thu, 3 Oct 2002 10:16:55 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA05959; Fri, 4 Oct 2002 03:16:46 +1000 Date: Fri, 4 Oct 2002 03:26:26 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Tony Finch Cc: Bruce Evans , , Subject: Re: cvs commit: src/bin/ps ps.h In-Reply-To: <20021003160944.D25982@chiark.greenend.org.uk> Message-ID: <20021004032533.T4915-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 3 Oct 2002, Tony Finch wrote: > On Thu, Oct 03, 2002 at 08:00:13AM -0700, Bruce Evans wrote: > > > > Use a non-bogus type for representing the values of offsets in structs. > > Why not use the same type as offsetof(), i.e. size_t? Er, that's what I used ... until I edited back to int for last minute testing. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message