From owner-freebsd-audit Wed Dec 5 12:59:30 2001 Delivered-To: freebsd-audit@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 99EE237B41A; Wed, 5 Dec 2001 12:59:26 -0800 (PST) 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 HAA21590; Thu, 6 Dec 2001 07:59:18 +1100 Date: Thu, 6 Dec 2001 07:59:43 +1100 (EST) From: Bruce Evans X-X-Sender: To: David Malone Cc: Mike Barcroft , , , Subject: Re: Warns for tcopy and wc. In-Reply-To: <20011205201117.A39616@walton.maths.tcd.ie> Message-ID: <20011206075514.Q12983-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Dec 2001, David Malone wrote: > Drat - that doesn't actually help on the alpha 'cos intmax_t is > actually a long on the alpha. Maybe it would be reasonable to change > intmax_t to be a long long on the alpha? No. intmax_t is a typedefed type since it is machine-dependent and possibly longer than long long. Changing it to long long on all machine defeats the point of it. There is a problem since gcc-2.x doesn't understand intmax_t. Perhaps this gcc-3 understands it. If it supports C99 then it should support %j already. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message