This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Fix changelog to ElfPrstatus.cxx, and really commit ElfPrstatus.cxx import change from asm/user.h to sys/user.h.


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 <pmuldoon@redhat.com>
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  <pmuldoon@redhat.com>
    
            * 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  <pmuldoon@redhat.com>
 
-	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]