From owner-freebsd-standards@FreeBSD.ORG Sat Mar 6 09:42:41 2004 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A384816A4CE for ; Sat, 6 Mar 2004 09:42:41 -0800 (PST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by mx1.FreeBSD.org (Postfix) with SMTP id D704543D2F for ; Sat, 6 Mar 2004 09:42:39 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 28908 invoked by uid 1001); 6 Mar 2004 17:42:38 -0000 Date: Sat, 6 Mar 2004 18:42:38 +0100 From: Erik Trulsson To: Johan Karlsson Message-ID: <20040306174237.GA28880@falcon.midgard.homeip.net> Mail-Followup-To: Johan Karlsson , Luigi Rizzo , standards@freebsd.org References: <20040306111922.GA64109@numeri.campus.luth.se> <20040306082625.B34490@xorpc.icir.org> <20040306173219.GB64109@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040306173219.GB64109@numeri.campus.luth.se> User-Agent: Mutt/1.5.6i cc: Luigi Rizzo cc: standards@freebsd.org Subject: Re: where do %j/uintmax_t stand in terms of standards? [WAS: Re: WARNS cleanup for ipfw X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 17:42:41 -0000 On Sat, Mar 06, 2004 at 06:32:19PM +0100, Johan Karlsson wrote: > [lets move this from ipfw@ to standars@ to get an answer] > > > On Sat, Mar 06, 2004 at 08:26 (-0800) +0000, Luigi Rizzo wrote: > > > > Also, where do %j/uintmax_t stand in terms of standards ? > > certainly the gcc in 4.x does not like them... > > I have absolutly no idea. Can someone here at standards@ answer > this question? %j/uintmax_t are part of C99 (but not C89) so they are standard. However gcc 2.95 (which is what FreeBSD 4.x ships with) does not support C99 so it is not surprising if it complains. -- Erik Trulsson ertr1013@student.uu.se