From owner-cvs-all@FreeBSD.ORG Tue Jan 29 06:55:27 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B2F316A419; Tue, 29 Jan 2008 06:55:27 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.freebsd.org (Postfix) with ESMTP id DCC2E13C447; Tue, 29 Jan 2008 06:55:26 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0T6tJMM024988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jan 2008 17:55:20 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m0T6tI3Y031409; Tue, 29 Jan 2008 17:55:18 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m0T6tIYp031408; Tue, 29 Jan 2008 17:55:18 +1100 (EST) (envelope-from peter) Date: Tue, 29 Jan 2008 17:55:17 +1100 From: Peter Jeremy To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20080129065517.GM48382@server.vk2pj.dyndns.org> References: <200801261709.m0QH9f2D024309@repoman.freebsd.org> <20080127043334.GA75235@dragon.NUXI.org> <20080127053813.GH49535@comp.chem.msu.su> <20080127094653.GA74753@dragon.NUXI.org> <20080128053514.GK49535@comp.chem.msu.su> <20080128091747.GP48382@server.vk2pj.dyndns.org> <86k5luusb9.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MrRUTeZlqqNo1jQ9" Content-Disposition: inline In-Reply-To: <86k5luusb9.fsf@ds4.des.no> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING src/include fts.h src/lib/libc/gen Makefile.inc Symbol.map fts-compat.c fts-compat.h fts.3 fts.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 06:55:27 -0000 --MrRUTeZlqqNo1jQ9 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 28, 2008 at 12:02:02PM +0100, Dag-Erling Sm=F8rgrav wrote: >Peter Jeremy writes: >> My count (using ports/devel/id-utils) says there are 627 references to >> int64_t in the tree - half of them in sys. > >You missed a few, there are 1727 references to {,u}int64_t in HEAD src, >excluding src/sys. > >des@ds4 /usr% egrep -r '\' src | grep -vc '^src/sys' >1727 Note that I was counting int64_t, not {,u}int64_t. Having compared the output from id-utils with your grep, the discrepancies are in configure scripts (and associated auto* files), man pages, comments and strings. These aren't C/C++ identifiers and are excluded by id-utils. My point was that [u]intXX_t types are used reasonably frequently within userland. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --MrRUTeZlqqNo1jQ9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHns3V/opHv/APuIcRAj1nAJ48NPXHmtMvXSBPDD8HWIOD94tE8wCfT2Ys MgDyvwx8oMhat+XjQas2oXE= =q/TS -----END PGP SIGNATURE----- --MrRUTeZlqqNo1jQ9--