From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5605 invoked by alias); 7 Apr 2008 13:34:59 -0000 Received: (qmail 5511 invoked by uid 22791); 7 Apr 2008 13:34:58 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Apr 2008 13:34:40 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m37DYdh3002982 for ; Mon, 7 Apr 2008 09:34:39 -0400 Received: from pobox-2.corp.redhat.com (pobox-2.corp.redhat.com [10.11.255.15]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m37DYcT9029962 for ; Mon, 7 Apr 2008 09:34:38 -0400 Received: from localhost.localdomain (vpn-14-68.rdu.redhat.com [10.11.14.68]) by pobox-2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m37DYbrD030766 for ; Mon, 7 Apr 2008 09:34:37 -0400 Message-ID: <47FA22EC.6030603@redhat.com> Date: Mon, 07 Apr 2008 14:11:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: frysk@sourceware.org Subject: Re: [SCM] master: Fix changelog to ElfPrstatus.cxx, and really commit ElfPrstatus.cxx import change from asm/user.h to sys/user.h. References: <20080407133107.2891.qmail@sourceware.org> In-Reply-To: <20080407133107.2891.qmail@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00033.txt.bz2 pmuldoon@sourceware.org wrote: This commit tweaks the imports of ElfPrStatus.cxx to import /usr/include/sys/user.h instead of /use/include/asm/user.h. As Petr pointed out to me, the kernel-headers on rawhide do not carry the user.h file anymore (not sure of the reason). Potentially the file should never have included a file from asm/ as it is. So tweaked commit to include the user.h provided by: glibc-headers Regards Phil > The branch, master has been updated > via fd38b34dcc23843a0dd48d914878a6c9b9418bae (commit) > from 4d2cf9c645d3507028490b6eec92a381c228ffc0 (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email. > > - Log ----------------------------------------------------------------- > commit fd38b34dcc23843a0dd48d914878a6c9b9418bae > Author: Phil Muldoon > Date: Mon Apr 7 14:30:19 2008 +0100 > > Fix changelog to ElfPrstatus.cxx, and really commit ElfPrstatus.cxx import change from asm/user.h to sys/user.h. > > 2008-04-07 Phil Muldoon > > * cni/ElfPrstatus.cxx: Delete not needed > asm/elf.h import. Change asm/user.h to > sys/user.h. > > ----------------------------------------------------------------------- > > Summary of changes: > frysk-sys/lib/dwfl/ChangeLog | 2 +- > frysk-sys/lib/dwfl/cni/ElfPrstatus.cxx | 4 +--- > 2 files changed, 2 insertions(+), 4 deletions(-) > > First 500 lines of diff: > diff --git a/frysk-sys/lib/dwfl/ChangeLog b/frysk-sys/lib/dwfl/ChangeLog > index 1f7d226..9ba1f70 100644 > --- a/frysk-sys/lib/dwfl/ChangeLog > +++ b/frysk-sys/lib/dwfl/ChangeLog > @@ -1,6 +1,6 @@ > 2008-04-07 Phil Muldoon > > - * cni/ElfPrPrinfo.cxx: Delete not needed > + * cni/ElfPrstatus.cxx: Delete not needed > asm/elf.h import. Change asm/user.h to > sys/user.h. > > diff --git a/frysk-sys/lib/dwfl/cni/ElfPrstatus.cxx b/frysk-sys/lib/dwfl/cni/ElfPrstatus.cxx > index 3afe03f..36f60e4 100644 > --- a/frysk-sys/lib/dwfl/cni/ElfPrstatus.cxx > +++ b/frysk-sys/lib/dwfl/cni/ElfPrstatus.cxx > @@ -52,9 +52,7 @@ typedef __u32 u32; > #include "elf.h" > #include "libelf.h" > #include "gelf.h" > - > -#include "asm/elf.h" > -#include "asm/user.h" > +#include "sys/user.h" > #include "lib/dwfl/ElfPrstatus.h" > #include "lib/dwfl/ElfData.h" > #include "lib/dwfl/ElfException.h" > > > hooks/post-receive > -- > frysk system monitor/debugger >