Date: Tue, 29 Jan 2008 17:55:17 +1100 From: Peter Jeremy <peterjeremy@optushome.com.au> To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no> 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 Message-ID: <20080129065517.GM48382@server.vk2pj.dyndns.org> In-Reply-To: <86k5luusb9.fsf@ds4.des.no> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <peterjeremy@optushome.com.au> 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 '\<u?int64_t\>' 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080129065517.GM48382>