Date: Mon, 2 Dec 2002 17:34:01 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libiberty config.h Message-ID: <20021202153401.GE20500@sunbay.com> In-Reply-To: <200212020944.gB29ixSS030820@repoman.freebsd.org> References: <200212020944.gB29ixSS030820@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--phCU5ROyZO6kBE05 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 02, 2002 at 01:44:59AM -0800, David E. O'Brien wrote: > obrien 2002/12/02 01:44:59 PST >=20 > Modified files: > gnu/usr.bin/binutils/libiberty config.h=20 > Log: > We now have insque(). > =20 > Revision Changes Path > 1.5 +1 -1 src/gnu/usr.bin/binutils/libiberty/config.h >=20 A proper solution would be to wrap this under __FreeBSD_version. This is not important here only because insque() is not used anywhere in binutils (AFAICT) (which can easily be proved by checking that libiberty did not compile its insque.c), but if it were, it would break source upgrades from not-so-old (earlier than October 16, 2002) systems. (__FreeBSD_version wasn't bumped for the insque() reincarnation, so we'd need to use the nearest safe approximate, 500043.) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --phCU5ROyZO6kBE05 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9631oUkv4P6juNwoRAs+wAKCGuf/jhsovWRwALu8LJcy0GPESNQCfTE/x M+iujWkHNUUPM0fHTzvyzMU= =hC2J -----END PGP SIGNATURE----- --phCU5ROyZO6kBE05-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021202153401.GE20500>