From owner-cvs-all@FreeBSD.ORG Wed Oct 4 07:23:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A73C16A416; Wed, 4 Oct 2006 07:23:32 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9F743D70; Wed, 4 Oct 2006 07:23:31 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k947NVnU073934; Wed, 4 Oct 2006 07:23:31 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k947NVKA073933; Wed, 4 Oct 2006 07:23:31 GMT (envelope-from jb) Message-Id: <200610040723.k947NVKA073933@repoman.freebsd.org> From: John Birrell Date: Wed, 4 Oct 2006 07:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys elf.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: Wed, 04 Oct 2006 07:23:32 -0000 jb 2006-10-04 07:23:31 UTC FreeBSD src repository Added files: sys/sys elf.h 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. Note that the Solaris compatibility definions are conditionally included iff _SOLARIS_C_SOURCE is defined. Revision Changes Path 1.1 +45 -0 src/sys/sys/elf.h (new)