From owner-cvs-src@FreeBSD.ORG Wed Oct 4 13:09:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 686AD16A407; Wed, 4 Oct 2006 13:09:33 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2C543D4C; Wed, 4 Oct 2006 13:09:32 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id CB5645F54; Wed, 4 Oct 2006 17:09:30 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id C2E575F42; Wed, 4 Oct 2006 17:09:30 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k94D9gDJ057576; Wed, 4 Oct 2006 17:09:42 +0400 (MSD) (envelope-from ru) Date: Wed, 4 Oct 2006 17:09:42 +0400 From: Ruslan Ermilov To: John Birrell Message-ID: <20061004130942.GA57514@rambler-co.ru> References: <200610040725.k947PtDJ074739@repoman.freebsd.org> <200610040723.k947NVKA073933@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <200610040725.k947PtDJ074739@repoman.freebsd.org> <200610040723.k947NVKA073933@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys elf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:09:33 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Oct 04, 2006 at 07:23:31AM +0000, John Birrell wrote: > jb 2006-10-04 07:23:31 UTC >=20 > FreeBSD src repository >=20 > Added files: > sys/sys elf.h=20 > Log: > This file is the same as the one installed in /usr/include, however > there are enough places in the DTrace kernel/module sources that > having a header that gathers together all the individual elf headers > is convenient. > =20 > Note that the Solaris compatibility definions are conditionally > included iff _SOLARIS_C_SOURCE is defined. > =20 > Revision Changes Path > 1.1 +45 -0 src/sys/sys/elf.h (new) On Wed, Oct 04, 2006 at 07:25:55AM +0000, John Birrell wrote: > jb 2006-10-04 07:25:55 UTC >=20 > FreeBSD src repository >=20 > Modified files: > include elf.h=20 > Log: > Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is de= fined. > =20 > Revision Changes Path > 1.9 +4 -0 src/include/elf.h There are now two identical files, this is bad. A proper solution IMO would be: 1) repo-copy src/include/elf.h to src/sys/sys/elf.h 2) remove src/include/elf.h 3) install a symlink from sys/elf.h to /usr/include/elf.h Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFI7KWqRfpzJluFF4RAp4dAJ0Via18IVq1tJve/ud8liqchjobZACfZRA+ fEkS/ao3PzuxrKKQ9UbEQvA= =NFvk -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--