From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2931 invoked by alias); 7 Apr 2008 13:31:07 -0000 Received: (qmail 2906 invoked by uid 9514); 7 Apr 2008 13:31:07 -0000 Date: Mon, 07 Apr 2008 13:31:00 -0000 Message-ID: <20080407133107.2891.qmail@sourceware.org> From: pmuldoon@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Fix changelog to ElfPrstatus.cxx, and really commit ElfPrstatus.cxx import change from asm/user.h to sys/user.h. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4d2cf9c645d3507028490b6eec92a381c228ffc0 X-Git-Newrev: fd38b34dcc23843a0dd48d914878a6c9b9418bae Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00056.txt.bz2 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