From owner-cvs-all Sat Jun 16 21:49: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5BB7237B403; Sat, 16 Jun 2001 21:48:51 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f5H4mjV44386; Sat, 16 Jun 2001 22:48:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106170448.f5H4mjV44386@harmony.village.org> To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/usr.sbin/rarpd rarpd.c Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "17 Jun 2001 06:17:12 +0200." References: <200106170217.WAA41897@khavrinen.lcs.mit.edu> <200106160640.f5G6e4J30312@freefall.freebsd.org> <20010616180611.B1956@ringworld.oblivion.bg> <20010616110940.G68883@prism.flugsvamp.com> <200106161821.OAA38884@khavrinen.lcs.mit.edu> <200106170318.f5H3I6V43922@harmony.village.org> Date: Sat, 16 Jun 2001 22:48:45 -0600 From: Warner Losh 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 In message Dag-Erling Smorgrav writes: : Yes, but only for the intXX_t, int_leastXX_t, int_fastXX_t, intmax_t : and intptr_t types, as far as I can figure out (I only have n869, not : the standard itself, but there weren't supposed to be any normative : changes after n869). I've read that and could have sworn there were types for ptrdiff_t, etc. Looks like 'z' is the size_t modifier and 't' is the ptrdiff_t one. But there's no #define for it. It seems strange that they would define PRI{d,i,u,o,x,X}{,LEAST,FAST}{8,16,32,64} PRI{d,i,u,o,x,X}{MAX,PTR} But neglect the types that one can't easily know at compile or preprocessor time. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message